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 219 /// is/setIsCXX11CompatKeyword - Initialize information about whether or not
224 void setIsCXX11CompatKeyword(bool Val) {
  /external/clang/lib/Basic/
IdentifierTable.cpp 152 Info.setIsCXX11CompatKeyword(AddResult == 3);
  /external/clang/lib/Lex/
Preprocessor.cpp 670 II.setIsCXX11CompatKeyword(false);

Completed in 62 milliseconds