Searched defs:Canonical (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 587 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local 741 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local 3634 QualType Canonical; in getComplexType() local 3662 QualType Canonical; in getPointerType() local 3684 QualType Canonical = getCanonicalType(New); in getAdjustedType() local 3705 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() local 3755 QualType Canonical; in getArrayParameterType() local 3787 QualType Canonical; in getBlockPointerType() local 3825 QualType Canonical; in getLValueReferenceType() local 3865 QualType Canonical; in getRValueReferenceType() local [all …]
|
H A D | StmtProfile.cpp | 31 bool Canonical; member in __anon9529c64a0111::StmtProfiler 35 StmtProfiler(llvm::FoldingSetNodeID &ID, bool Canonical, in StmtProfiler() 88 const ASTContext &Context, bool Canonical, in StmtProfilerWithPointers() 2635 bool Canonical, bool ProfileLambdaExpr) const { in Profile()
|
H A D | Type.cpp | 810 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType() 3750 const ASTContext &Context, bool Canonical) { in Profile() 3987 QualType Canonical, QualType Pattern, in PackIndexingType()
|
H A D | Decl.cpp | 4637 const FieldDecl *Canonical = getCanonicalDecl(); in getFieldIndex() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 317 const Decl *Canonical = Ctx->AttrDecl->getCanonicalDecl(); in translateDeclRefExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1860 const Module *M, SourceRange ReplLoc) { in diagnosePrivateModules() 1876 SmallString<128> Canonical(M->Name); in diagnosePrivateModules() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 152 QualType Canonical = TD->getUnderlyingType().getCanonicalType(); in inferGslPointerAttribute() local
|
H A D | SemaDeclCXX.cpp | 18572 CXXRecordDecl *Canonical = Class->getCanonicalDecl(); in DefineUsedVTables() local 18656 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), in DelegatingCycleHelper() local
|
H A D | SemaDecl.cpp | 9027 Decl *Canonical = Result->getCanonicalDecl(); in DiagnoseInvalidRedeclaration() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 482 DeclT *Canonical = nullptr; member in __anon3c764c3a0111::MergedRedeclIterator
|