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

  /external/clang/include/clang/Sema/
DeclSpec.h 819 SourceLocation StartLocation;
833 StartLocation(Other.StartLocation), EndLocation(Other.EndLocation) {
845 bool isValid() const { return StartLocation.isValid(); }
861 StartLocation = EndLocation = IdLoc;
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 40 StartLocation = TemplateId->TemplateNameLoc;
48 StartLocation = TemplateId->TemplateNameLoc;
874 StartLocation = SourceLocation();
882 StartLocation = OperatorLoc;
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseTemplate.cpp     [all...]
ParseDeclCXX.cpp 503 Diag(Name.StartLocation, diag::err_alias_declaration_not_identifier);
    [all...]

Completed in 2063 milliseconds