/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 584 const Decl *Canonical = D->getCanonicalDecl(); getCommentForDecl() local 738 CanonicalTemplateTemplateParm *Canonical getCanonicalTemplateTemplateParmDecl() local 3253 QualType Canonical; getComplexType() local 3281 QualType Canonical; getPointerType() local 3303 QualType Canonical = getCanonicalType(New); getAdjustedType() local 3324 QualType Canonical = getCanonicalType(Decayed); getDecayedType() local 3375 QualType Canonical; getBlockPointerType() local 3413 QualType Canonical; getLValueReferenceType() local 3453 QualType Canonical; getRValueReferenceType() local 3486 QualType Canonical; getMemberPointerType() local 4037 QualType Canonical; getVectorType() local 4110 QualType Canonical; getExtVectorType() local 4181 QualType Canonical; getConstantMatrixType() local 4301 QualType Canonical; getFunctionNoProtoType() local 4379 QualType Canonical; getFunctionTypeInternal() local 4519 QualType Canonical; getPipeType() local 5451 QualType Canonical = getCanonicalType(Decl->getUnderlyingType()); getObjCTypeParamType() local 5559 QualType Canonical; getObjCObjectPointerType() local 5630 QualType Canonical = getCanonicalType(tofExpr->getType()); getTypeOfExprType() local 5644 QualType Canonical = getCanonicalType(tofType); getTypeOfType() local 5866 QualType Canonical; getAtomicType() local [all...] |
H A D | StmtProfile.cpp | 31 bool Canonical; member in __anon9daec81c0111::StmtProfiler 35 StmtProfiler(llvm::FoldingSetNodeID &ID, bool Canonical, in StmtProfiler() argument 88 const ASTContext &Context, bool Canonical, in StmtProfilerWithPointers() argument 2437 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,bool Canonical,bool ProfileLambdaExpr) const Profile() argument [all...] |
H A D | Type.cpp | 756 ObjCObjectType(QualType Canonical,QualType Base,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) ObjCObjectType() argument 3650 Profile(llvm::FoldingSetNodeID & ID,QualType Result,const QualType * ArgTys,unsigned NumParams,const ExtProtoInfo & epi,const ASTContext & Context,bool Canonical) Profile() argument
|
H A D | Decl.cpp | 4589 const FieldDecl *Canonical = getCanonicalDecl(); getFieldIndex() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 317 const Decl *Canonical = Ctx->AttrDecl->getCanonicalDecl(); in translateDeclRefExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1856 __anon20a48b280902(StringRef BadName, StringRef Canonical, const Module *M, SourceRange ReplLoc) diagnosePrivateModules() argument 1872 SmallString<128> Canonical(M->Name); diagnosePrivateModules() local
|
/freebsd-src/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 | 18756 CXXRecordDecl *Canonical = Class->getCanonicalDecl(); DefineUsedVTables() local 18895 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), DelegatingCycleHelper() local
|
H A D | SemaDecl.cpp | 9179 Decl *Canonical = Result->getCanonicalDecl(); DiagnoseInvalidRedeclaration() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 487 DeclT *Canonical = nullptr; global() member in __anonaf7a990c0111::MergedRedeclIterator
|