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

12 3

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 428 bool handleNamespace(const NamespaceDecl *D);
CXCursor.cpp 713 assert(NS && (isa<NamespaceDecl>(NS) || isa<NamespaceAliasDecl>(NS)) && TU &&
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 79 void VisitNamespaceDecl(const NamespaceDecl *D);
299 void USRGenerator::VisitNamespaceDecl(const NamespaceDecl *D) {
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 469 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Parent)) {
529 ((isa<NamespaceDecl>(ND) || isa<NamespaceAliasDecl>(ND)) &&
911 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Ctx))
    [all...]
SemaCoroutine.cpp 29 NamespaceDecl *Std = S.getStdNamespace();
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 337 TemplateDeclInstantiator::VisitNamespaceDecl(NamespaceDecl *D) {
    [all...]
DeclSpec.cpp 71 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
    [all...]
Sema.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 327 } else if (isa<NamespaceDecl>(ND) || isa<NamespaceAliasDecl>(ND)) {
417 if (isa<NamespaceDecl>(R.Declaration) ||
848 if (NamespaceDecl *NSD = dyn_cast<NamespaceDecl>(D)) {
    [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 387 if (const NamespaceDecl* NS = NNSLoc.getNestedNameSpecifier()->getAsNamespace()) {
  /external/clang/lib/AST/
ASTImporter.cpp 134 Decl *VisitNamespaceDecl(NamespaceDecl *D);
    [all...]
TypePrinter.cpp 868 if (NamespaceDecl *NS = dyn_cast<NamespaceDecl>(DC)) {
    [all...]
ItaniumMangle.cpp 538 static bool isStd(const NamespaceDecl *NS) {
553 return isStd(cast<NamespaceDecl>(DC));
    [all...]
Decl.cpp 662 const auto *ND = dyn_cast<NamespaceDecl>(DC);
    [all...]
MicrosoftMangle.cpp 740 if (const NamespaceDecl *NS = dyn_cast<NamespaceDecl>(ND)) {
    [all...]
ASTDumper.cpp 430 void VisitNamespaceDecl(const NamespaceDecl *D);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 171 if (const NamespaceDecl *NSDecl = dyn_cast<NamespaceDecl>(Context))
    [all...]
CodeGenModule.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 45 class NamespaceDecl;
119 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 42 class NamespaceDecl;
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 990 milliseconds

12 3