HomeSort by: relevance | last modified time | path
    Searched refs:TQ_constLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 427 Handle(TQ_const, "const", TQ_constLoc);
976 case TQ_const: TQ_constLoc = Loc; return false;
1133 AltiVecLoc, TQ_constLoc, TQ_restrictLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 388 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc,
548 SourceLocation getConstSpecLoc() const { return TQ_constLoc; }
558 TQ_constLoc = SourceLocation();

Completed in 28 milliseconds