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) { }
257 if (!Canonical)
260 if (!Canonical)
356 if (!Canonical)
1081 if (Canonical && D) {
1126 if (Canonical)
1137 if (Canonical)
    [all...]
ASTContext.cpp 407 const Decl *Canonical = D->getCanonicalDecl();
409 ParsedComments.find(Canonical);
412 if (Canonical != D) {
458 ParsedComments[Canonical] = FC;
505 // Check if we already have a canonical template template parameter.
509 CanonicalTemplateTemplateParm *Canonical
511 if (Canonical)
512 return Canonical->getParam();
514 // Build a canonical template parameter list.
583 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos)
    [all...]
Type.cpp 202 // If the canonical form of this type isn't the right kind, reject it.
215 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
342 /// same dynamic type as the canonical type.
447 // If the canonical form of this type isn't the right kind, reject it.
466 // If the canonical form of this type isn't the right kind, reject it.
479 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
482 : Type(ObjCObject, Canonical, false, false, false, false),
494 // There is no sugar for ObjCObjectType's, just return the canonical
508 // There is no sugar for ObjCQualifiedIdType's, just return the canonical
518 // 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 826 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
    [all...]
Stmt.h 434 /// \param Canonical whether the profile should be based on the canonical
440 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 86 milliseconds