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

  /external/clang/include/clang/Sema/
DeclSpec.h 384 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc;
531 SourceLocation getConstSpecLoc() const { return TQ_constLoc; }
539 TQ_constLoc = SourceLocation();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 770 case TQ_const: TQ_constLoc = Loc; return false;
    [all...]

Completed in 58 milliseconds