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) { }
257 if (!Canonical)
260 if (!Canonical)
356 if (!Canonical)
1073 if (Canonical && D) {
1118 if (Canonical)
1129 if (Canonical)
    [all...]
ASTContext.cpp 360 const Decl *Canonical = D->getCanonicalDecl();
362 ParsedComments.find(Canonical);
379 ParsedComments[Canonical] = FC;
426 // Check if we already have a canonical template template parameter.
430 CanonicalTemplateTemplateParm *Canonical
432 if (Canonical)
433 return Canonical->getParam();
435 // Build a canonical template parameter list.
504 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos);
505 assert(Canonical == 0 && "Shouldn't be in the map!")
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 3249 milliseconds