Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp566 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local
787 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local
3292 QualType Canonical; in getComplexType() local
3320 QualType Canonical; in getPointerType() local
3342 QualType Canonical = getCanonicalType(New); in getAdjustedType() local
3363 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() local
3414 QualType Canonical; in getBlockPointerType() local
3451 QualType Canonical; in getLValueReferenceType() local
3491 QualType Canonical; in getRValueReferenceType() local
3523 QualType Canonical; in getMemberPointerType() local
[all …]
H A DStmtProfile.cpp31 bool Canonical; member in __anonf5a685610111::StmtProfiler
34 StmtProfiler(llvm::FoldingSetNodeID &ID, bool Canonical) in StmtProfiler()
86 const ASTContext &Context, bool Canonical) in StmtProfilerWithPointers()
H A DType.cpp734 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType()
3388 const ASTContext &Context, bool Canonical) { in Profile()
H A DDecl.cpp4359 const FieldDecl *Canonical = getCanonicalDecl(); in getFieldIndex() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1819 const Module *M, SourceRange ReplLoc) { in diagnosePrivateModules()
1835 SmallString<128> Canonical(M->Name); in diagnosePrivateModules() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp315 const Decl *Canonical = Ctx->AttrDecl->getCanonicalDecl(); in translateDeclRefExpr() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp152 QualType Canonical = TD->getUnderlyingType().getCanonicalType(); in inferGslPointerAttribute() local
H A DSemaDeclCXX.cpp18059 CXXRecordDecl *Canonical = Class->getCanonicalDecl(); in DefineUsedVTables() local
18197 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), in DelegatingCycleHelper() local
H A DSemaDecl.cpp8947 Decl *Canonical = Result->getCanonicalDecl(); in DiagnoseInvalidRedeclaration() local
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp474 DeclT *Canonical = nullptr; member in __anon409365d10111::MergedRedeclIterator