HomeSort by relevance Sort by last modified time
    Searched defs:Canonical (Results 1 - 4 of 4) 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...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 146 milliseconds