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) { }
295 if (!Canonical)
298 if (!Canonical)
394 if (!Canonical)
1142 if (Canonical && D) {
1187 if (Canonical)
1198 if (Canonical)
    [all...]
ASTContext.cpp 429 const Decl *Canonical = D->getCanonicalDecl();
431 ParsedComments.find(Canonical);
434 if (Canonical != D) {
527 ParsedComments[Canonical] = FC;
574 // Check if we already have a canonical template template parameter.
578 CanonicalTemplateTemplateParm *Canonical
580 if (Canonical)
581 return Canonical->getParam();
583 // Build a canonical template parameter list.
652 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos)
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 81 milliseconds