Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DFileDistance.cpp68 auto Canonical = canonicalize(S.getKey()); in FileDistance() local
121 auto Canonical = canonicalize(Path); in distance() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DASTUtils.cpp92 const ASTContext &Context, bool Canonical) { in areStatementsIdentical() argument
H A DIncludeSorter.cpp41 StringRef Canonical = in makeCanonicalName() local
H A DRenamerClangTidyCheck.cpp119 const auto *Canonical = cast<NamedDecl>(ND->getCanonicalDecl()); in getFailureForNamedDecl() local
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp266 auto Canonical = SysHeaderMapping.mapHeader(HeaderPath); mapCanonical() local
406 if (auto Canonical = mapCanonical(Filename); !Canonical.empty()) getIncludeHeaderUncached() local
955 if (auto Canonical = finish() local
[all...]
/llvm-project/clang/lib/AST/
H A DASTContext.cpp587 const Decl *Canonical = D->getCanonicalDecl(); getCommentForDecl() local
741 CanonicalTemplateTemplateParm *Canonical getCanonicalTemplateTemplateParmDecl() local
3346 QualType Canonical; getComplexType() local
3374 QualType Canonical; getPointerType() local
3396 QualType Canonical = getCanonicalType(New); getAdjustedType() local
3417 QualType Canonical = getCanonicalType(Decayed); getDecayedType() local
3467 QualType Canonical; getArrayParameterType() local
3499 QualType Canonical; getBlockPointerType() local
3537 QualType Canonical; getLValueReferenceType() local
3577 QualType Canonical; getRValueReferenceType() local
3610 QualType Canonical; getMemberPointerType() local
4160 QualType Canonical; getVectorType() local
4233 QualType Canonical; getExtVectorType() local
4304 QualType Canonical; getConstantMatrixType() local
4424 QualType Canonical; getFunctionNoProtoType() local
4502 QualType Canonical; getFunctionTypeInternal() local
4644 QualType Canonical; getPipeType() local
5571 QualType Canonical = getCanonicalType(Decl->getUnderlyingType()); getObjCTypeParamType() local
5679 QualType Canonical; getObjCObjectPointerType() local
5750 QualType Canonical = getCanonicalType(tofExpr->getType()); getTypeOfExprType() local
5764 QualType Canonical = getCanonicalType(tofType); getTypeOfType() local
5832 QualType Canonical; getPackIndexingType() local
6033 QualType Canonical; getAtomicType() local
[all...]
H A DStmtProfile.cpp31 bool Canonical; member in __anon1932447d0111::StmtProfiler
35 StmtProfiler(llvm::FoldingSetNodeID &ID, bool Canonical, in StmtProfiler() argument
88 const ASTContext &Context, bool Canonical, in StmtProfilerWithPointers() argument
2626 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,bool Canonical,bool ProfileLambdaExpr) const Profile() argument
[all...]
H A DType.cpp810 ObjCObjectType(QualType Canonical,QualType Base,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) ObjCObjectType() argument
3809 Profile(llvm::FoldingSetNodeID & ID,QualType Result,const QualType * ArgTys,unsigned NumParams,const ExtProtoInfo & epi,const ASTContext & Context,bool Canonical) Profile() argument
4016 PackIndexingType(const ASTContext & Context,QualType Canonical,QualType Pattern,Expr * IndexExpr,ArrayRef<QualType> Expansions) PackIndexingType() argument
H A DDecl.cpp4633 const FieldDecl *Canonical = getCanonicalDecl(); getFieldIndex() local
/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp317 const Decl *Canonical = Ctx->AttrDecl->getCanonicalDecl(); translateDeclRefExpr() local
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1860 __anonfeab7b490902(StringRef BadName, StringRef Canonical, const Module *M, SourceRange ReplLoc) diagnosePrivateModules() argument
1876 SmallString<128> Canonical(M->Name); diagnosePrivateModules() local
/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp152 QualType Canonical = TD->getUnderlyingType().getCanonicalType(); in inferGslPointerAttribute() local
H A DSemaDeclCXX.cpp18511 CXXRecordDecl *Canonical = Class->getCanonicalDecl(); DefineUsedVTables() local
18595 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), DelegatingCycleHelper() local
H A DSemaDecl.cpp9002 Decl *Canonical = Result->getCanonicalDecl(); DiagnoseInvalidRedeclaration() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp121 Canonical = 8, ///< The two mix because the types refer to the same enumerator
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp482 DeclT *Canonical = nullptr; global() member in __anona31aaeed0111::MergedRedeclIterator