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

12 3

  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplate.cpp 198 NestedNameSpecifier *Qualifier = SS.getScopeRep();
237 NestedNameSpecifier *Qualifier = (NestedNameSpecifier*)SS->getScopeRep();
    [all...]
SemaExprCXX.cpp 52 NestedNameSpecifier *NNS = SS.getScopeRep();
57 case NestedNameSpecifier::TypeSpec:
58 case NestedNameSpecifier::TypeSpecWithTemplate:
62 case NestedNameSpecifier::Identifier:
70 case NestedNameSpecifier::Global:
71 case NestedNameSpecifier::Super:
72 case NestedNameSpecifier::Namespace:
73 case NestedNameSpecifier::NamespaceAlias:
126 NestedNameSpecifier *NNS = SS.getScopeRep();
152 NestedNameSpecifier *Prefix = nullptr
    [all...]
SemaCodeComplete.cpp 449 static NestedNameSpecifier *
465 NestedNameSpecifier *Result = nullptr;
473 Result = NestedNameSpecifier::Create(Context, Result, Namespace);
476 Result = NestedNameSpecifier::Create(Context, Result,
912 R.Qualifier = NestedNameSpecifier::Create(SemaRef.Context, nullptr,
915 R.Qualifier = NestedNameSpecifier::Create(SemaRef.Context, nullptr,
    [all...]
AnalysisBasedWarnings.cpp 206 if (NestedNameSpecifier *NNS = DRE->getQualifier()) {
207 if (NNS->getKind() == NestedNameSpecifier::TypeSpec &&
    [all...]
SemaTemplateVariadic.cpp 397 NestedNameSpecifier *Qualifier = SS.getScopeRep();
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 44 class NestedNameSpecifier;
679 void AddNestedNameSpecifier(NestedNameSpecifier *NNS, RecordDataImpl &Record);
    [all...]
ASTReader.h 68 class NestedNameSpecifier;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 22 #include "clang/AST/NestedNameSpecifier.h"
    [all...]
ASTWriter.cpp     [all...]
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 17 #include "clang/AST/NestedNameSpecifier.h"
    [all...]
DeclCXX.h     [all...]
TemplateBase.h 370 NestedNameSpecifier *Qualifier;
ExprCXX.h     [all...]
Decl.h 41 class NestedNameSpecifier;
637 NestedNameSpecifier *getQualifier() const {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
StmtProfile.cpp 54 void VisitNestedNameSpecifier(NestedNameSpecifier *NNS);
    [all...]
ASTDiagnostic.cpp 335 NestedNameSpecifier *NNS = reinterpret_cast<NestedNameSpecifier*>(Val);
    [all...]
Type.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 26 #include "clang/AST/NestedNameSpecifier.h"
47 class NestedNameSpecifier;
80 NestedNameSpecifier *getScopeRep() const {
167 void MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier,
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 280 REGISTER_MATCHER(nestedNameSpecifier);
397 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(),
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 761 } else if (const NestedNameSpecifier *NNS =
762 Nodes->getNodeAs<NestedNameSpecifier>(Id)) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 124 NestedNameSpecifier *Qualifier = HasQualifier ? ME->getQualifier() : nullptr;
134 bool HasQualifier, NestedNameSpecifier *Qualifier, bool IsArrow,
    [all...]

Completed in 997 milliseconds

12 3