HomeSort by: relevance | last modified time | path
    Searched defs:ExceptionSpecTokens (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 427 if (CachedTokens *Toks = LM.ExceptionSpecTokens) {
468 CachedTokens *ExceptionSpecTokens;
474 ExceptionSpecTokens);
497 LM.ExceptionSpecTokens = nullptr;
ParseDecl.cpp 6511 CachedTokens *ExceptionSpecTokens = nullptr;
6607 ExceptionSpecTokens);
6657 ExceptionSpecTokens, DeclsInPrototype, StartLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1364 : Self(P), Method(M), ExceptionSpecTokens(nullptr) {}
1382 CachedTokens *ExceptionSpecTokens;
1933 CachedTokens *&ExceptionSpecTokens);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1360 CachedTokens *ExceptionSpecTokens;
1400 delete ExceptionSpecTokens;
1639 CachedTokens *ExceptionSpecTokens,

Completed in 32 milliseconds