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

1 2 3

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 211 class NestedNameSpecifierLoc {
225 NestedNameSpecifierLoc() : Qualifier(0), Data(0) { }
229 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data)
291 NestedNameSpecifierLoc getPrefix() const {
295 return NestedNameSpecifierLoc(Qualifier->getPrefix(), Data);
306 friend bool operator==(NestedNameSpecifierLoc X,
307 NestedNameSpecifierLoc Y) {
311 friend bool operator!=(NestedNameSpecifierLoc X,
312 NestedNameSpecifierLoc Y) {
424 /// \c Adopt() with a proper \c NestedNameSpecifierLoc
    [all...]
ASTTypeTraits.h 92 NestedNameSpecifierLoc, QualType, Type,
152 template<> struct DynTypedNode::BaseConverter<NestedNameSpecifierLoc, void> {
153 static const NestedNameSpecifierLoc *get(NodeTypeTag Tag,
156 return reinterpret_cast<const NestedNameSpecifierLoc*>(Storage);
159 static DynTypedNode create(const NestedNameSpecifierLoc &Node) {
162 new (Result.Storage.buffer) NestedNameSpecifierLoc(Node);
ASTImporter.h 157 NestedNameSpecifierLoc Import(NestedNameSpecifierLoc FromNNS);
StmtCXX.h 237 NestedNameSpecifierLoc QualifierLoc;
246 NestedNameSpecifierLoc QualifierLoc,
266 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
DeclCXX.h     [all...]
TemplateBase.h 371 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc,
389 NestedNameSpecifierLoc getTemplateQualifierLoc() const {
390 return NestedNameSpecifierLoc(Template.Qualifier,
428 NestedNameSpecifierLoc QualifierLoc,
481 NestedNameSpecifierLoc getTemplateQualifierLoc() const {
ExprCXX.h     [all...]
TypeLoc.h     [all...]
Expr.h     [all...]
Decl.h 469 NestedNameSpecifierLoc QualifierLoc;
562 NestedNameSpecifierLoc getQualifierLoc() const {
564 : NestedNameSpecifierLoc();
567 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
    [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 291 NestedNameSpecifierLoc::getLocalDataLength(NestedNameSpecifier *Qualifier) {
321 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) {
346 SourceRange NestedNameSpecifierLoc::getSourceRange() const {
350 NestedNameSpecifierLoc First = *this;
351 while (NestedNameSpecifierLoc Prefix = First.getPrefix())
358 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const {
387 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
598 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
617 NestedNameSpecifierLoc
620 return NestedNameSpecifierLoc();
    [all...]
ExprCXX.cpp 177 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType,
230 NestedNameSpecifierLoc QualifierLoc,
263 NestedNameSpecifierLoc QualifierLoc,
358 NestedNameSpecifierLoc QualifierLoc,
391 NestedNameSpecifierLoc QualifierLoc,
414 = new (Mem) DependentScopeDeclRefExpr(QualType(), NestedNameSpecifierLoc(),
    [all...]
DeclCXX.cpp     [all...]
TypeLoc.cpp 313 setQualifierLoc(NestedNameSpecifierLoc());
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 36 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) {
116 void IndexingContext::indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
122 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
IndexBody.cpp 36 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) {
CursorVisitor.h 242 bool VisitNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
CIndex.cpp 731 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc())
768 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc())
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 98 else if (const NestedNameSpecifierLoc *NNSLoc =
99 DynNode.get<NestedNameSpecifierLoc>())
159 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) {
208 bool baseTraverse(NestedNameSpecifierLoc NNS) {
328 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
656 NestedNameSpecifierLoc NNS) {
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 115 typedef internal::Matcher<NestedNameSpecifierLoc> NestedNameSpecifierLocMatcher;
    [all...]
ASTMatchersInternal.h 506 llvm::is_same<T, NestedNameSpecifierLoc>::value ||
577 llvm::is_base_of<NestedNameSpecifierLoc, T>::value ||
594 llvm::is_base_of<NestedNameSpecifierLoc, T>::value ||
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 401 clang::NestedNameSpecifierLoc(),
516 clang::NestedNameSpecifierLoc(),
715 clang::NestedNameSpecifierLoc(),
748 clang::NestedNameSpecifierLoc(),
800 clang::NestedNameSpecifierLoc(),
887 clang::NestedNameSpecifierLoc(),
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 422 NestedNameSpecifierLoc TransformNestedNameSpecifierLoc(
423 NestedNameSpecifierLoc NNS,
553 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     [all...]

Completed in 1753 milliseconds

1 2 3