Searched refs:setIsCXX11CompatKeyword (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h215 /// is/setIsCXX11CompatKeyword - Initialize information about whether or not
220 void setIsCXX11CompatKeyword(bool Val) { function in class:clang::IdentifierInfo
/external/clang/lib/Basic/
H A DIdentifierTable.cpp155 Info.setIsCXX11CompatKeyword(AddResult == 3);
/external/clang/lib/Lex/
H A DPreprocessor.cpp629 II.setIsCXX11CompatKeyword(false);

Completed in 225 milliseconds