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

/external/clang/lib/AST/
H A DStmtProfile.cpp29 bool Canonical; member in class:__anon17751::StmtProfiler
33 bool Canonical)
34 : ID(ID), Context(Context), Canonical(Canonical) { }
399 if (!Canonical)
402 if (!Canonical)
498 if (!Canonical)
1241 if (Canonical && D) {
1286 if (Canonical)
1297 if (Canonical)
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, bool Canonical) argument
[all...]
H A DASTContext.cpp446 const Decl *Canonical = D->getCanonicalDecl(); local
448 ParsedComments.find(Canonical);
451 if (Canonical != D) {
542 ParsedComments[Canonical] = FC;
593 CanonicalTemplateTemplateParm *Canonical local
595 if (Canonical)
596 return Canonical->getParam();
667 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos);
668 assert(!Canonical && "Shouldn't be in the map!");
669 (void)Canonical;
2282 QualType Canonical; local
2319 QualType Canonical; local
2851 QualType Canonical; local
3677 QualType Canonical = getCanonicalType(tofExpr->getType()); local
3690 QualType Canonical = getCanonicalType(tofType); local
[all...]
H A DType.cpp471 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, argument
474 : Type(ObjCObject, Canonical, false, false, false, false),
H A DDecl.cpp3269 const FieldDecl *Canonical = getCanonicalDecl(); local
3270 if (Canonical != this)
3271 return Canonical->getFieldIndex();
/external/chromium_org/net/base/
H A Daddress_list_unittest.cc18 TEST(AddressListTest, Canonical) {
/external/clang/include/clang/AST/
H A DType.h1148 /// information about typedefs being used. Canonical types are useful for type
2768 unsigned typeQuals, QualType Canonical, bool Dependent,
2772 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
2812 FunctionNoProtoType(QualType Result, QualType Canonical, ExtInfo Info)
2813 : FunctionType(FunctionNoProto, Result, 0, Canonical,
3951 QualType Canonical, bool Dependent,
3954 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
4312 ObjCObjectType(QualType Canonical, QualType Base,
4391 ObjCObjectTypeImpl(QualType Canonical, QualType Base, argument
4394 : ObjCObjectType(Canonical, Bas
3950 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
4475 ObjCObjectPointerType(QualType Canonical, QualType Pointee) argument
4598 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;
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config_test.cc193 TEST(QuicCryptoClientConfigTest, Canonical) {
/external/chromium_org/net/http/
H A Dhttp_server_properties_impl_unittest.cc425 TEST_F(AlternateProtocolServerPropertiesTest, Canonical) {
/external/clang/lib/Serialization/
H A DASTReader.cpp5259 QualType Canonical = readType(*Loc.F, Record, Idx); local
5260 if (!Canonical.isNull())
5261 Canonical = Context.getCanonicalType(Canonical);
5262 return Context.getTypedefType(Decl, Canonical);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp12633 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl()); local
12634 Consumer.HandleVTable(Class, VTablesUsed[Canonical]);
12770 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), local
12774 if (!Current.insert(Canonical))
12783 } else if (TCanonical == Canonical || Invalid.count(TCanonical) ||
12792 if (TCanonical != Canonical)
12796 while (C->getCanonicalDecl() != Canonical) {
H A DSemaDecl.cpp6364 Decl *Canonical = Result->getCanonicalDecl(); local
6367 if ((*I)->getCanonicalDecl() == Canonical)

Completed in 345 milliseconds