Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h47 class RecordDecl; variable
DCodeGenTypes.cpp115 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
155 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
/external/clang/include/clang/AST/
DRecordLayout.h24 class RecordDecl; variable
DExternalASTSource.h30 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.cpp878 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl(); in clang_Type_getNumTemplateArguments() local
892 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.cpp3487 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl