Home
last modified time | relevance | path

Searched defs:Canonical (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp587 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 DStmtProfile.cpp31 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 DType.cpp810 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 DDecl.cpp4637 const FieldDecl *Canonical = getCanonicalDecl(); in getFieldIndex() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp317 const Decl *Canonical = Ctx->AttrDecl->getCanonicalDecl(); in translateDeclRefExpr() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1860 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 DSemaAttr.cpp152 QualType Canonical = TD->getUnderlyingType().getCanonicalType(); in inferGslPointerAttribute() local
H A DSemaDeclCXX.cpp18572 CXXRecordDecl *Canonical = Class->getCanonicalDecl(); in DefineUsedVTables() local
18656 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), in DelegatingCycleHelper() local
H A DSemaDecl.cpp9027 Decl *Canonical = Result->getCanonicalDecl(); in DiagnoseInvalidRedeclaration() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp482 DeclT *Canonical = nullptr; member in __anon3c764c3a0111::MergedRedeclIterator