Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.cpp115 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
156 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
DCodeGenTypes.h47 class RecordDecl; variable
/external/clang/include/clang/AST/
DRecordLayout.h24 class RecordDecl; variable
DExternalASTSource.h31 class RecordDecl; variable
DDeclBase.h52 class RecordDecl; variable
DDeclObjC.h26 class RecordDecl; variable
DStmt.h45 class RecordDecl; variable
/external/lldb/include/lldb/Core/
DClangForward.h101 class RecordDecl; variable
/external/clang/tools/libclang/
DCXType.cpp913 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl(); in clang_Type_getNumTemplateArguments() local
927 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.cpp317 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
/external/clang/lib/AST/
DDecl.cpp3563 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl