Searched refs:Canonical (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp29 bool Canonical; member in class:__anon3136::StmtProfiler
33 bool Canonical)
34 : ID(ID), Context(Context), Canonical(Canonical) { }
307 if (!Canonical)
310 if (!Canonical)
406 if (!Canonical)
1162 if (Canonical && D) {
1207 if (Canonical)
1218 if (Canonical)
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, bool Canonical) argument
[all...]
H A DASTContext.cpp431 const Decl *Canonical = D->getCanonicalDecl(); local
433 ParsedComments.find(Canonical);
436 if (Canonical != D) {
529 ParsedComments[Canonical] = FC;
580 CanonicalTemplateTemplateParm *Canonical local
582 if (Canonical)
583 return Canonical->getParam();
654 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos);
655 assert(Canonical == 0 && "Shouldn't be in the map!");
656 (void)Canonical;
2192 QualType Canonical = getCanonicalType(Decayed); local
2258 QualType Canonical; local
2295 QualType Canonical; local
2829 QualType Canonical; local
3591 QualType Canonical = getCanonicalType(tofExpr->getType()); local
3604 QualType Canonical = getCanonicalType(tofType); local
[all...]
H A DType.cpp467 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, argument
470 : Type(ObjCObject, Canonical, false, false, false, false),
H A DDecl.cpp3131 const FieldDecl *Canonical = getCanonicalDecl(); local
3132 if (Canonical != this)
3133 return Canonical->getFieldIndex();
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1149 /// information about typedefs being used. Canonical types are useful for type
2748 unsigned typeQuals, QualType Canonical, bool Dependent,
2752 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
2793 FunctionNoProtoType(QualType Result, QualType Canonical, ExtInfo Info)
2794 : FunctionType(FunctionNoProto, Result, 0, Canonical,
3926 QualType Canonical, bool Dependent,
3929 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
4287 ObjCObjectType(QualType Canonical, QualType Base,
4364 ObjCObjectTypeImpl(QualType Canonical, QualType Base, argument
4367 : ObjCObjectType(Canonical, Bas
3925 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
4448 ObjCObjectPointerType(QualType Canonical, QualType Pointee) argument
4569 AtomicType(QualType ValTy, QualType Canonical) argument
[all...]
H A DStmt.h429 /// \param Canonical whether the profile should be based on the canonical
435 bool Canonical) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4707 QualType Canonical = readType(*Loc.F, Record, Idx); local
4708 if (!Canonical.isNull())
4709 Canonical = Context.getCanonicalType(Canonical);
4710 return Context.getTypedefType(Decl, Canonical);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp12300 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl()); local
12301 Consumer.HandleVTable(Class, VTablesUsed[Canonical]);
12439 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), local
12443 if (!Current.insert(Canonical))
12452 } else if (TCanonical == Canonical || Invalid.count(TCanonical) ||
12461 if (TCanonical != Canonical)
12465 while (C->getCanonicalDecl() != Canonical) {
H A DSemaDecl.cpp6122 Decl *Canonical = Result->getCanonicalDecl(); local
6125 if ((*I)->getCanonicalDecl() == Canonical)

Completed in 395 milliseconds