HomeSort by relevance Sort by last modified time
    Searched refs:NestedNameSpecifierLoc (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 209 class NestedNameSpecifierLoc {
223 NestedNameSpecifierLoc() : Qualifier(0), Data(0) { }
227 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data)
289 NestedNameSpecifierLoc getPrefix() const {
293 return NestedNameSpecifierLoc(Qualifier->getPrefix(), Data);
304 friend bool operator==(NestedNameSpecifierLoc X,
305 NestedNameSpecifierLoc Y) {
309 friend bool operator!=(NestedNameSpecifierLoc X,
310 NestedNameSpecifierLoc Y) {
418 /// \c Adopt() with a proper \c NestedNameSpecifierLoc
    [all...]
ASTImporter.h 154 NestedNameSpecifierLoc Import(NestedNameSpecifierLoc FromNNS);
DeclCXX.h     [all...]
TemplateBase.h 385 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc,
403 NestedNameSpecifierLoc getTemplateQualifierLoc() const {
404 return NestedNameSpecifierLoc(Template.Qualifier,
442 NestedNameSpecifierLoc QualifierLoc,
485 NestedNameSpecifierLoc getTemplateQualifierLoc() const {
ExprCXX.h     [all...]
TypeLoc.h     [all...]
Expr.h 743 /// \brief Helper to retrieve the optional NestedNameSpecifierLoc.
744 NestedNameSpecifierLoc &getInternalQualifierLoc() {
746 return *reinterpret_cast<NestedNameSpecifierLoc *>(this + 1);
749 /// \brief Helper to retrieve the optional NestedNameSpecifierLoc.
750 const NestedNameSpecifierLoc &getInternalQualifierLoc() const {
773 DeclRefExpr(NestedNameSpecifierLoc QualifierLoc,
800 NestedNameSpecifierLoc QualifierLoc,
808 NestedNameSpecifierLoc QualifierLoc,
    [all...]
Decl.h 517 NestedNameSpecifierLoc QualifierLoc;
607 NestedNameSpecifierLoc getQualifierLoc() const {
609 : NestedNameSpecifierLoc();
612 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
    [all...]
RecursiveASTVisitor.h 188 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
525 NestedNameSpecifierLoc NNS) {
529 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
    [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 290 NestedNameSpecifierLoc::getLocalDataLength(NestedNameSpecifier *Qualifier) {
320 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) {
345 SourceRange NestedNameSpecifierLoc::getSourceRange() const {
349 NestedNameSpecifierLoc First = *this;
350 while (NestedNameSpecifierLoc Prefix = First.getPrefix())
357 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const {
386 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
605 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
624 NestedNameSpecifierLoc
627 return NestedNameSpecifierLoc();
    [all...]
ExprCXX.cpp 146 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType,
199 NestedNameSpecifierLoc QualifierLoc,
227 NestedNameSpecifierLoc QualifierLoc,
316 NestedNameSpecifierLoc QualifierLoc,
347 NestedNameSpecifierLoc QualifierLoc,
367 = new (Mem) DependentScopeDeclRefExpr(QualType(), NestedNameSpecifierLoc(),
784 NestedNameSpecifierLoc QualifierLoc,
    [all...]
TypeLoc.cpp 283 setQualifierLoc(NestedNameSpecifierLoc());
DeclCXX.cpp     [all...]
Expr.cpp 253 DeclRefExpr::DeclRefExpr(NestedNameSpecifierLoc QualifierLoc,
283 NestedNameSpecifierLoc QualifierLoc,
296 NestedNameSpecifierLoc QualifierLoc,
309 Size += sizeof(NestedNameSpecifierLoc);
327 Size += sizeof(NestedNameSpecifierLoc);
888 NestedNameSpecifierLoc QualifierLoc,
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 404 clang::NestedNameSpecifierLoc(),
515 clang::NestedNameSpecifierLoc(),
709 clang::NestedNameSpecifierLoc(),
741 clang::NestedNameSpecifierLoc(),
792 clang::NestedNameSpecifierLoc(),
878 clang::NestedNameSpecifierLoc(),
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 323 bool VisitNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
691 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc())
728 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc())
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 385 NestedNameSpecifierLoc TransformNestedNameSpecifierLoc(
386 NestedNameSpecifierLoc NNS,
511 NestedNameSpecifierLoc QualifierLoc);
    [all...]
DeclSpec.cpp 62 "NestedNameSpecifierLoc range computation incorrect");
75 "NestedNameSpecifierLoc range computation incorrect");
88 "NestedNameSpecifierLoc range computation incorrect");
101 "NestedNameSpecifierLoc range computation incorrect");
111 "NestedNameSpecifierLoc range computation incorrect");
120 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
137 NestedNameSpecifierLoc
140 return NestedNameSpecifierLoc();
    [all...]
SemaTemplateInstantiate.cpp 760 NestedNameSpecifierLoc QualifierLoc
    [all...]
SemaTemplateInstantiateDecl.cpp 33 NestedNameSpecifierLoc NewQualifierLoc
49 NestedNameSpecifierLoc NewQualifierLoc
720 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc();
    [all...]
SemaCXXScopeSpec.cpp 819 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1));
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 42 class NestedNameSpecifierLoc;
143 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
149 void Adopt(NestedNameSpecifierLoc Other);
156 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 508 void AddNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 299 milliseconds

1 2