HomeSort by relevance Sort by last modified time
    Searched refs:isTemplateInstantiation (Results 1 - 18 of 18) sorted by null

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 46 hasParent(recordDecl(isTemplateInstantiation())))));
51 hasParent(recordDecl(unless(isTemplateInstantiation()))))));
56 allOf(hasParent(recordDecl(unless(isTemplateInstantiation()))),
57 hasParent(recordDecl(isTemplateInstantiation()))))));
66 allOf(hasAncestor(recordDecl(isTemplateInstantiation())),
67 hasAncestor(recordDecl(unless(isTemplateInstantiation())))))));
SourceLocationTest.cpp 354 friendDecl(hasParent(recordDecl(isTemplateInstantiation())))));
  /external/clang/include/clang/Basic/
Specifiers.h 152 inline bool isTemplateInstantiation(TemplateSpecializationKind Kind) {
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 432 bool isTemplateInstantiation = false;
434 isTemplateInstantiation = Function->isTemplateInstantiation();
436 if (!isVirtualMethod && !isTemplateInstantiation)
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 96 if (FD->isTemplateInstantiation())
DeadStoresChecker.cpp 434 if (FD->isTemplateInstantiation())
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 267 isTemplateInstantiation());
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 243 REGISTER_MATCHER(isTemplateInstantiation);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 162 static bool IsTemplateInstantiation(CXXRecordDecl* record) {
497 if (fn->isTemplateInstantiation()) {
546 if (IsTemplateInstantiation(info_->record())) {
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 535 milliseconds