Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.cpp114 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
155 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
DCodeGenTypes.h47 class RecordDecl; variable
/external/clang/include/clang/AST/
DASTMutationListener.h33 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.cpp914 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl(); in clang_Type_getNumTemplateArguments() local
928 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/ASTMatchers/
DASTMatchers.h3293 AST_MATCHER(RecordDecl, isStruct) { in AST_MATCHER() argument
3305 AST_MATCHER(RecordDecl, isUnion) { in AST_MATCHER() argument
3317 AST_MATCHER(RecordDecl, isClass) { in AST_MATCHER() argument
/external/clang/include/clang/Serialization/
DASTWriter.h66 class RecordDecl; variable
/external/clang/lib/AST/
DDecl.cpp3589 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl