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

  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 216 SourceLocation DeclLoc = Tok.getLocation();
219 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
225 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
885 SourceLocation DeclLoc = Tok.getLocation();
886 SourceLocation DeclEndLoc = DeclLoc;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp 708 SourceLocation DeclLoc = declarator.getIdentifierLoc();
709 if (DeclLoc.isInvalid())
710 DeclLoc = DS.getLocStart();
786 S.Diag(DeclLoc, diag::ext_missing_declspec)
798 S.Diag(DeclLoc, diag::err_missing_type_specifier)
806 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
    [all...]
SemaDeclObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 124 SourceLocation DeclLoc;
129 DeclLoc = D->getLocStart();
131 DeclLoc = D->getLocation();
135 if (DeclLoc.isInvalid() || !DeclLoc.isFileID())
144 RawComment CommentAtDeclLoc(SourceMgr, SourceRange(DeclLoc));
166 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 712 milliseconds