reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 1934   const BuiltinType *getAsPlaceholderType() const;

References

tools/clang/lib/Sema/SemaCast.cpp
   63             src.get()->getType()->getAsPlaceholderType()) {
tools/clang/lib/Sema/SemaChecking.cpp
 1971   if (Arg->getType()->getAsPlaceholderType() ||
tools/clang/lib/Sema/SemaExpr.cpp
  889   if (const BuiltinType *PlaceholderTy = E->getType()->getAsPlaceholderType()) {
12286   if (const BuiltinType *PTy = OrigOp.get()->getType()->getAsPlaceholderType()){
13351   if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) {
13401   if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) {
13715   if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) {
17867   const BuiltinType *placeholderType = E->getType()->getAsPlaceholderType();
tools/clang/lib/Sema/SemaOverload.cpp
  922   if (const BuiltinType *placeholder =  E->getType()->getAsPlaceholderType()) {