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 237 SourceLocation DeclLoc = Tok.getLocation();
242 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
247 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 140 SourceLocation DeclLoc;
145 DeclLoc = D->getLocStart();
147 DeclLoc = D->getLocation();
148 if (DeclLoc.isMacroID()) {
153 DeclLoc = D->getLocStart();
160 if (SourceMgr.isMacroArgExpansion(DeclLoc) &&
162 DeclLoc = SourceMgr.getExpansionLoc(DeclLoc);
169 if (DeclLoc.isInvalid() || !DeclLoc.isFileID()
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp 703 SourceLocation DeclLoc = declarator.getIdentifierLoc();
704 if (DeclLoc.isInvalid())
705 DeclLoc = DS.getLocStart();
788 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/include/clang/Sema/
Sema.h     [all...]

Completed in 528 milliseconds