HomeSort by relevance Sort by last modified time
    Searched full:nestednamespecifierloc (Results 1 - 25 of 44) sorted by null

1 2

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 212 class NestedNameSpecifierLoc {
226 NestedNameSpecifierLoc() : Qualifier(0), Data(0) { }
230 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data)
292 NestedNameSpecifierLoc getPrefix() const {
296 return NestedNameSpecifierLoc(Qualifier->getPrefix(), Data);
307 friend bool operator==(NestedNameSpecifierLoc X,
308 NestedNameSpecifierLoc Y) {
312 friend bool operator!=(NestedNameSpecifierLoc X,
313 NestedNameSpecifierLoc Y) {
425 /// \c Adopt() with a proper \c NestedNameSpecifierLoc
    [all...]
StmtCXX.h 237 NestedNameSpecifierLoc QualifierLoc;
246 NestedNameSpecifierLoc QualifierLoc,
266 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
TypeLoc.h     [all...]
DeclCXX.h     [all...]
ExprCXX.h     [all...]
TemplateBase.h 385 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc,
403 NestedNameSpecifierLoc getTemplateQualifierLoc() const {
404 return NestedNameSpecifierLoc(Template.Qualifier,
442 NestedNameSpecifierLoc QualifierLoc,
485 NestedNameSpecifierLoc getTemplateQualifierLoc() const {
ASTImporter.h 154 NestedNameSpecifierLoc Import(NestedNameSpecifierLoc FromNNS);
Expr.h 771 /// \brief Helper to retrieve the optional NestedNameSpecifierLoc.
772 NestedNameSpecifierLoc &getInternalQualifierLoc() {
774 return *reinterpret_cast<NestedNameSpecifierLoc *>(this + 1);
777 /// \brief Helper to retrieve the optional NestedNameSpecifierLoc.
778 const NestedNameSpecifierLoc &getInternalQualifierLoc() const {
802 NestedNameSpecifierLoc QualifierLoc,
    [all...]
Decl.h 557 NestedNameSpecifierLoc QualifierLoc;
650 NestedNameSpecifierLoc getQualifierLoc() const {
652 : NestedNameSpecifierLoc();
655 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
    [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 {
597 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
616 NestedNameSpecifierLoc
619 return NestedNameSpecifierLoc();
    [all...]
ExprCXX.cpp 154 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType,
206 NestedNameSpecifierLoc QualifierLoc,
239 NestedNameSpecifierLoc QualifierLoc,
333 NestedNameSpecifierLoc QualifierLoc,
366 NestedNameSpecifierLoc QualifierLoc,
389 = new (Mem) DependentScopeDeclRefExpr(QualType(), NestedNameSpecifierLoc(),
    [all...]
DeclCXX.cpp     [all...]
TypeLoc.cpp 281 setQualifierLoc(NestedNameSpecifierLoc());
Expr.cpp 264 NestedNameSpecifierLoc QualifierLoc,
301 NestedNameSpecifierLoc QualifierLoc,
317 NestedNameSpecifierLoc QualifierLoc,
332 Size += sizeof(NestedNameSpecifierLoc);
353 Size += sizeof(NestedNameSpecifierLoc);
    [all...]
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 37 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) {
117 void IndexingContext::indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
123 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
IndexBody.cpp 37 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) {
CIndex.cpp 686 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc())
723 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc())
    [all...]
CursorVisitor.h 231 bool VisitNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
IndexingContext.h 395 void indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 404 clang::NestedNameSpecifierLoc(),
517 clang::NestedNameSpecifierLoc(),
713 clang::NestedNameSpecifierLoc(),
746 clang::NestedNameSpecifierLoc(),
798 clang::NestedNameSpecifierLoc(),
886 clang::NestedNameSpecifierLoc(),
    [all...]
  /external/clang/lib/Sema/
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...]
TreeTransform.h 416 NestedNameSpecifierLoc TransformNestedNameSpecifierLoc(
417 NestedNameSpecifierLoc NNS,
547 NestedNameSpecifierLoc QualifierLoc);
    [all...]
SemaTemplateInstantiateDecl.cpp 33 NestedNameSpecifierLoc NewQualifierLoc
49 NestedNameSpecifierLoc NewQualifierLoc
717 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc();
    [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 44 class NestedNameSpecifierLoc;
145 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
151 void Adopt(NestedNameSpecifierLoc Other);
158 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
    [all...]

Completed in 292 milliseconds

1 2