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

Definitions

tools/clang/include/clang/AST/BuiltinTypes.def
   48 #define PLACEHOLDER_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
tools/clang/lib/AST/ASTContext.cpp
 6736 #define PLACEHOLDER_TYPE(KIND, ID) \
tools/clang/lib/AST/ExprConstant.cpp
 9977 #define PLACEHOLDER_TYPE(ID, SINGLETON_ID) \
tools/clang/lib/AST/ItaniumMangle.cpp
 2666 #define PLACEHOLDER_TYPE(Id, SingletonId) \
tools/clang/lib/AST/MicrosoftMangle.cpp
 2052 #define PLACEHOLDER_TYPE(Id, SingletonId) \
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  637 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id:
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  533 #define PLACEHOLDER_TYPE(Id, SingletonId) \
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 2993 #define PLACEHOLDER_TYPE(Id, SingletonId) \
tools/clang/lib/Index/USRGeneration.cpp
  713 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id:
tools/clang/lib/Sema/SemaExpr.cpp
 5339 #define PLACEHOLDER_TYPE(ID, SINGLETON_ID)
17959 #define PLACEHOLDER_TYPE(Id, SingletonId)
tools/clang/tools/libclang/CIndex.cpp
 1538 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id: