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

  /external/clang/include/clang/Basic/
IdentifierTable.h 217 /// is/setIsCXX11CompatKeyword - Initialize information about whether or not
222 void setIsCXX11CompatKeyword(bool Val) {
  /external/clang/lib/Basic/
IdentifierTable.cpp 151 Info.setIsCXX11CompatKeyword(AddResult == 3);
  /external/clang/lib/Lex/
Preprocessor.cpp 672 II.setIsCXX11CompatKeyword(false);

Completed in 61 milliseconds