Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp584 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 DStmtProfile.cpp31 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 DType.cpp756 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 DDecl.cpp4589 const FieldDecl *Canonical = getCanonicalDecl(); getFieldIndex() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp317 const Decl *Canonical = Ctx->AttrDecl->getCanonicalDecl(); in translateDeclRefExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1856 __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 DSemaAttr.cpp152 QualType Canonical = TD->getUnderlyingType().getCanonicalType(); in inferGslPointerAttribute() local
H A DSemaDeclCXX.cpp18756 CXXRecordDecl *Canonical = Class->getCanonicalDecl(); DefineUsedVTables() local
18895 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), DelegatingCycleHelper() local
H A DSemaDecl.cpp9179 Decl *Canonical = Result->getCanonicalDecl(); DiagnoseInvalidRedeclaration() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp487 DeclT *Canonical = nullptr; global() member in __anonaf7a990c0111::MergedRedeclIterator