HomeSort by relevance Sort by last modified time
    Searched refs:DeclLoc (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 175 SourceLocation DeclLoc = Tok.getLocation();
178 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
184 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
759 SourceLocation DeclLoc, DeclEndLoc;
762 DeclLoc = T.getOpenLocation();
826 DeclLoc, DeclEndLoc, D,
835 SourceLocation DeclLoc = Tok.getLocation();
836 SourceLocation DeclEndLoc = DeclLoc;
872 DeclLoc, DeclEndLoc, D,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp 588 SourceLocation DeclLoc = declarator.getIdentifierLoc();
589 if (DeclLoc.isInvalid())
590 DeclLoc = DS.getLocStart();
666 S.Diag(DeclLoc, diag::ext_missing_declspec)
678 S.Diag(DeclLoc, diag::err_missing_type_specifier)
686 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
813 S.Diag(DeclLoc, diag::err_invalid_protocol_qualifiers)
    [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 114 SourceLocation DeclLoc;
119 DeclLoc = D->getLocStart();
121 DeclLoc = D->getLocation();
125 if (DeclLoc.isInvalid() || !DeclLoc.isFileID())
134 RawComment CommentAtDeclLoc(SourceMgr, SourceRange(DeclLoc));
156 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 551 milliseconds