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

  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp 583 SourceLocation DeclLoc = declarator.getIdentifierLoc();
584 if (DeclLoc.isInvalid())
585 DeclLoc = DS.getSourceRange().getBegin();
658 S.Diag(DeclLoc, diag::ext_missing_declspec)
670 S.Diag(DeclLoc, diag::err_missing_type_specifier)
678 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
801 S.Diag(DeclLoc, diag::err_invalid_protocol_qualifiers)
    [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 693 SourceLocation DeclLoc, DeclEndLoc;
696 DeclLoc = T.getOpenLocation();
760 DeclLoc, DeclEndLoc, D,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 184 milliseconds