Searched defs:StartLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h855 SourceLocation StartLocation; member in class:clang::UnqualifiedId
869 StartLocation(Other.StartLocation), EndLocation(Other.EndLocation) {
878 StartLocation = SourceLocation();
883 bool isValid() const { return StartLocation.isValid(); }
899 StartLocation = EndLocation = IdLoc;
927 StartLocation = OperatorLoc;
944 StartLocation = OpLoc;
959 StartLocation = ClassNameLoc;
982 StartLocation
[all...]

Completed in 47 milliseconds