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

/external/clang/lib/AST/
H A DStmtProfile.cpp29 bool Canonical; member in class:__anon3524::StmtProfiler
33 bool Canonical)
34 : ID(ID), Context(Context), Canonical(Canonical) { }
257 if (!Canonical)
260 if (!Canonical)
356 if (!Canonical)
1073 if (Canonical && D) {
1118 if (Canonical)
1129 if (Canonical)
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, bool Canonical) argument
[all...]
H A DASTContext.cpp360 const Decl *Canonical = D->getCanonicalDecl(); local
362 ParsedComments.find(Canonical);
379 ParsedComments[Canonical] = FC;
430 CanonicalTemplateTemplateParm *Canonical local
432 if (Canonical)
433 return Canonical->getParam();
504 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos);
505 assert(Canonical == 0 && "Shouldn't be in the map!");
506 (void)Canonical;
509 Canonical
1947 QualType Canonical; local
1984 QualType Canonical; local
2517 QualType Canonical; local
3278 QualType Canonical = getCanonicalType(tofExpr->getType()); local
3291 QualType Canonical = getCanonicalType(tofType); local
[all...]
H A DType.cpp452 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, argument
455 : Type(ObjCObject, Canonical, false, false, false, false),
/external/chromium/net/base/
H A Daddress_list_unittest.cc129 TEST(AddressListTest, Canonical) {
/external/clang/include/clang/AST/
H A DType.h1111 /// information about typedefs being used. Canonical types are useful for type
2654 QualType Canonical, bool Dependent,
2658 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
2702 FunctionNoProtoType(QualType Result, QualType Canonical, ExtInfo Info)
2703 : FunctionType(FunctionNoProto, Result, 0, RQ_None, Canonical,
3837 QualType Canonical, bool Dependent,
3840 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
4206 ObjCObjectType(QualType Canonical, QualType Base,
4284 ObjCObjectTypeImpl(QualType Canonical, QualType Base, argument
4287 : ObjCObjectType(Canonical, Bas
3836 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
4369 ObjCObjectPointerType(QualType Canonical, QualType Pointee) argument
4491 AtomicType(QualType ValTy, QualType Canonical) argument
[all...]
H A DStmt.h432 /// \param Canonical whether the profile should be based on the canonical
438 bool Canonical) const;
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h101 DecompositionCanonical = QChar::Canonical,
/external/clang/lib/Serialization/
H A DASTReader.cpp3928 QualType Canonical = readType(*Loc.F, Record, Idx); local
3929 if (!Canonical.isNull())
3930 Canonical = Context.getCanonicalType(Canonical);
3931 return Context.getTypedefType(Decl, Canonical);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp10851 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl()); local
10852 Consumer.HandleVTable(Class, VTablesUsed[Canonical]);
10992 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), local
10996 if (!Current.insert(Canonical))
11006 } else if (TCanonical == Canonical || Invalid.count(TCanonical) ||
11015 if (TCanonical != Canonical)
11019 while (C->getCanonicalDecl() != Canonical) {

Completed in 263 milliseconds