Home
last modified time | relevance | path

Searched defs:RecordDecl (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypes.h46 class RecordDecl; variable
DCodeGenTypes.cpp114 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
155 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
/external/clang/include/clang/AST/
DASTMutationListener.h35 class RecordDecl; variable
DRecordLayout.h24 class RecordDecl; variable
DExternalASTSource.h31 class RecordDecl; variable
DDeclBase.h52 class RecordDecl; variable
DDeclObjC.h26 class RecordDecl; variable
DStmt.h46 class RecordDecl; variable
/external/clang/tools/libclang/
DCXType.cpp927 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl(); in clang_Type_getNumTemplateArguments() local
941 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl(); in clang_Type_getTemplateArgumentAsType() local
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp246 Matcher<Decl> RecordDecl = constructMatcher( in TEST_F() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp373 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
/external/clang/include/clang/Serialization/
DASTWriter.h66 class RecordDecl; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3729 AST_MATCHER(RecordDecl, isStruct) { in AST_MATCHER() argument
3741 AST_MATCHER(RecordDecl, isUnion) { in AST_MATCHER() argument
3753 AST_MATCHER(RecordDecl, isClass) { in AST_MATCHER() argument
/external/clang/lib/AST/
DDecl.cpp3715 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl