Searched defs:CanQualType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | CanonicalType.h | 212 using CanQualType = CanQual<Type>; global() variable [all...] |
H A D | DeclarationName.h | 42 using CanQualType = CanQual<Type>; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 42 typedef CanQual<Type> CanQualType; typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 367 ProfileRegion(llvm::FoldingSetNodeID & ID,const BlockDecl * BD,CanQualType,const AnalysisDeclContext * AC,const MemRegion *) ProfileRegion() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1729 CollectVisibleConversions(ASTContext & Context,const CXXRecordDecl * Record,bool InVirtual,AccessSpecifier Access,const llvm::SmallPtrSet<CanQualType,8> & ParentHiddenTypes,ASTUnresolvedSet & Output,UnresolvedSetImpl & VOutput,llvm::SmallPtrSet<NamedDecl *,8> & HiddenVBaseCs) CollectVisibleConversions() argument [all...] |