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 233 SourceLocation DeclLoc = Tok.getLocation();
236 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
242 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp 721 SourceLocation DeclLoc = declarator.getIdentifierLoc();
722 if (DeclLoc.isInvalid())
723 DeclLoc = DS.getLocStart();
799 S.Diag(DeclLoc, diag::ext_missing_declspec)
809 S.Diag(DeclLoc, diag::err_missing_type_specifier)
817 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 130 SourceLocation DeclLoc;
135 DeclLoc = D->getLocStart();
137 DeclLoc = D->getLocation();
141 if (DeclLoc.isMacroID() && isa<TypedefDecl>(D))
142 DeclLoc = D->getLocStart();
147 if (DeclLoc.isInvalid() || !DeclLoc.isFileID())
157 SourceMgr, SourceRange(DeclLoc), false,
180 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 284 milliseconds