Home
last modified time | relevance | path

Searched refs:PBase (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Analysis/
Dconst-method-call.cpp29 struct PBase { struct
33 struct PDerived : PBase { argument
/external/llvm-project/clang/test/Analysis/
Dconst-method-call.cpp37 struct PBase { struct
41 struct PDerived : PBase { argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-make-shared.cpp145 std::shared_ptr<Base> PBase = std::shared_ptr<Base>(new Derived()); in basic() local
Dmodernize-make-unique.cpp190 std::unique_ptr<Base> PBase = std::unique_ptr<Base>(new Derived()); in basic() local
/external/llvm-project/llvm/test/Demangle/
Dms-operators.test86 ??PBase@@QEAAHH@Z
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2574 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) { in CollectContainingType() local
2577 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); in CollectContainingType()
2580 PBase = PBT; in CollectContainingType()
2585 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp3423 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) { in CollectContainingType() local
3426 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); in CollectContainingType()
3429 PBase = PBT; in CollectContainingType()
3434 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()