Home
last modified time | relevance | path

Searched defs:CXXRecord (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/libclang/
DCIndexCXX.cpp94 if (const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(D)) { in clang_getSpecializedCursorTemplate() local
/external/llvm-project/clang/tools/libclang/
DCIndexCXX.cpp91 if (const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(D)) { in clang_getSpecializedCursorTemplate() local
/external/clang/lib/Index/
DUSRGeneration.cpp437 if (const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(D)) { in VisitTagDecl() local
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp507 if (const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(D)) { in VisitTagDecl() local
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp72 CXXRecord, // Copy or destroy enumerator
/external/clang/lib/Sema/
DSemaDecl.cpp10178 CXXRecordDecl *CXXRecord = cast<CXXRecordDecl>(Record->getDecl()); in ActOnUninitializedDecl() local
14072 if (CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(Record)) { in ActOnFields() local
14156 CXXRecordDecl *CXXRecord = cast<CXXRecordDecl>(Record); in ActOnFields() local
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp12699 CXXRecordDecl *CXXRecord = cast<CXXRecordDecl>(Record->getDecl()); in ActOnUninitializedDecl() local
17071 CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(EnclosingDecl); in ActOnFields() local
17394 CXXRecordDecl *CXXRecord = cast<CXXRecordDecl>(Record); in ActOnFields() local
DSemaDeclAttr.cpp482 const CXXRecordDecl *CXXRecord = dyn_cast<CXXRecordDecl>(Record); in threadSafetyCheckIsSmartPointer() local