HomeSort by relevance Sort by last modified time
    Searched refs:Canonical (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/AST/
StmtProfile.cpp 29 bool Canonical;
33 bool Canonical)
34 : ID(ID), Context(Context), Canonical(Canonical) { }
252 if (!Canonical)
255 if (!Canonical)
351 if (!Canonical)
1068 if (Canonical && D) {
1113 if (Canonical)
1124 if (Canonical)
    [all...]
ASTContext.cpp 99 // Check if we already have a canonical template template parameter.
103 CanonicalTemplateTemplateParm *Canonical
105 if (Canonical)
106 return Canonical->getParam();
108 // Build a canonical template parameter list.
177 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos);
178 assert(Canonical == 0 && "Shouldn't be in the map!");
179 (void)Canonical;
181 // Create the canonical template template parameter entry.
182 Canonical = new (*this) CanonicalTemplateTemplateParm(CanonTTP)
    [all...]
Type.cpp 182 // If the canonical form of this type isn't the right kind, reject it.
195 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
293 /// same dynamic type as the canonical type.
392 // If the canonical form of this type isn't the right kind, reject it.
411 // If the canonical form of this type isn't the right kind, reject it.
424 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
427 : Type(ObjCObject, Canonical, false, false, false, false),
439 // There is no sugar for ObjCObjectType's, just return the canonical
453 // There is no sugar for ObjCQualifiedIdType's, just return the canonical
463 // There is no sugar for ObjCQualifiedClassType's, just return the canonical
    [all...]
  /external/chromium/net/base/
address_list_unittest.cc 127 static const char* kCanonicalHostname = "canonical.bar.com";
129 TEST(AddressListTest, Canonical) {
130 // Create an addrinfo with a canonical name.
152 EXPECT_EQ("canonical.bar.com", canon_name1);
165 EXPECT_EQ("canonical.bar.com", canon_name2);
  /external/clang/include/clang/AST/
Type.h 781 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
    [all...]
Stmt.h 436 /// \brief Canonical whether the profile should be based on the canonical
442 bool Canonical) const;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 219 preg_match('#<(Local|Canonical)ID>(.*)</\1ID>#', $content, $delegate);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 101 DecompositionCanonical = QChar::Canonical,
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 386 milliseconds