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)
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...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 814 milliseconds