HomeSort by relevance Sort by last modified time
    Searched defs:Canonical (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/AST/
StmtProfile.cpp 29 bool Canonical;
33 bool Canonical)
34 : ID(ID), Context(Context), Canonical(Canonical) { }
535 if (!Canonical)
538 if (!Canonical)
636 if (!Canonical)
    [all...]
Decl.cpp     [all...]
ASTContext.cpp 446 const Decl *Canonical = D->getCanonicalDecl();
448 ParsedComments.find(Canonical);
451 if (Canonical != D) {
542 ParsedComments[Canonical] = FC;
589 // Check if we already have a canonical template template parameter.
593 CanonicalTemplateTemplateParm *Canonical
595 if (Canonical)
596 return Canonical->getParam();
598 // Build a canonical template parameter list.
667 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 720 if (FD->isCanonicalDecl()) { // if canonical add to template's set.
    [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 67 milliseconds