HomeSort by relevance Sort by last modified time
    Searched refs:NamespaceDecl (Results 51 - 70 of 70) sorted by null

1 23

  /external/v8/tools/gcmole/
gcmole.cc 102 return Resolver(ctx_, Resolve<clang::NamespaceDecl>(n));
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 55 void VisitNamespaceDecl(NamespaceDecl *D);
306 while (auto *NS = dyn_cast<NamespaceDecl>(DC->getRedeclContext())) {
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 426 if (isa<NamespaceDecl>(ND))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 137 candidate.getCorrectionDeclAs<NamespaceDecl>())
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaInit.cpp 425 for (NamespaceDecl *ND = dyn_cast<NamespaceDecl>(R->getDeclContext());
426 ND && !IsInStd; ND = dyn_cast<NamespaceDecl>(ND->getParent())) {
    [all...]
SemaDecl.cpp 462 auto *ND = dyn_cast<NamespaceDecl>(DC);
    [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 109 /// top-down order (e.g. for a node of type NamespaceDecl, the order will
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 

Completed in 3095 milliseconds

1 23