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

  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 102 clang::SourceLocation StateLoc, unsigned State) {
105 this->StateLoc = StateLoc;
111 SourceLocation StateLoc;
  /external/clang/include/clang/Lex/
PPCallbacks.h 223 SourceLocation StateLoc, unsigned State) {
419 SourceLocation StateLoc, unsigned State) override {
420 First->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
421 Second->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]

Completed in 78 milliseconds