Home
last modified time | relevance | path

Searched defs:PBase (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dconst-method-call.cpp37 struct PBase { struct
41 struct PDerived : PBase { argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp145 std::shared_ptr<Base> PBase = std::shared_ptr<Base>(new Derived()); in basic() local
H A Dmake-unique.cpp190 std::unique_ptr<Base> PBase = std::unique_ptr<Base>(new Derived()); in basic() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3957 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) { CollectContainingType() local