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

  /external/clang/include/clang/Sema/
DeclSpec.h 392 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc;
544 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; }
552 TQ_atomicLoc = SourceLocation();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 775 case TQ_atomic: TQ_atomicLoc = Loc; return false;
    [all...]

Completed in 159 milliseconds