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

12 3

  /external/clang/include/clang/Serialization/
ASTWriter.h 44 class NestedNameSpecifier;
600 void AddNestedNameSpecifier(NestedNameSpecifier *NNS, RecordDataImpl &Record);
ASTReader.h 68 class NestedNameSpecifier;
    [all...]
  /external/clang/include/clang/AST/
Type.h 17 #include "clang/AST/NestedNameSpecifier.h"
    [all...]
DeclCXX.h     [all...]
TemplateBase.h 352 NestedNameSpecifier *Qualifier;
ExprCXX.h     [all...]
Decl.h 40 class NestedNameSpecifier;
571 NestedNameSpecifier *getQualifier() const {
    [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 343 if (NestedNameSpecifier *Qualifier
648 if (NestedNameSpecifier *Qualifier = Node->getQualifier())
660 if (NestedNameSpecifier *Qualifier = Node->getQualifier())
989 if (NestedNameSpecifier *Qualifier = Node->getQualifier())
    [all...]
ASTDiagnostic.cpp 320 NestedNameSpecifier *NNS = reinterpret_cast<NestedNameSpecifier*>(Val);
    [all...]
StmtProfile.cpp 54 void VisitNestedNameSpecifier(NestedNameSpecifier *NNS);
1197 void StmtProfiler::VisitNestedNameSpecifier(NestedNameSpecifier *NNS) {
    [all...]
Type.cpp     [all...]
TypePrinter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 26 #include "clang/AST/NestedNameSpecifier.h"
46 class NestedNameSpecifier;
79 NestedNameSpecifier *getScopeRep() const {
150 void MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier,
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 48 NestedNameSpecifier *NNS = SS.getScopeRep();
53 case NestedNameSpecifier::TypeSpec:
54 case NestedNameSpecifier::TypeSpecWithTemplate:
58 case NestedNameSpecifier::Identifier:
66 case NestedNameSpecifier::Global:
67 case NestedNameSpecifier::Namespace:
68 case NestedNameSpecifier::NamespaceAlias:
118 NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep();
149 NestedNameSpecifier *Prefix = 0
    [all...]
SemaCodeComplete.cpp 449 static NestedNameSpecifier *
465 NestedNameSpecifier *Result = 0;
474 Result = NestedNameSpecifier::Create(Context, Result, Namespace);
477 Result = NestedNameSpecifier::Create(Context, Result,
915 R.Qualifier = NestedNameSpecifier::Create(SemaRef.Context, 0, Namespace);
917 R.Qualifier = NestedNameSpecifier::Create(SemaRef.Context, 0, false,
    [all...]
SemaDeclCXX.cpp     [all...]
DeclSpec.cpp 17 #include "clang/AST/NestedNameSpecifier.h"
116 NestedNameSpecifier *Qualifier, SourceRange R) {
    [all...]
SemaTemplateVariadic.cpp 388 NestedNameSpecifier *Qualifier = SS.getScopeRep();
    [all...]
TreeTransform.h     [all...]
SemaExprMember.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 666 } else if (const NestedNameSpecifier *NNS =
667 Nodes->getNodeAs<NestedNameSpecifier>(Id)) {
    [all...]

Completed in 5161 milliseconds

12 3