OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCPlusPlus1z
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
LangStandard.h
79
///
isCPlusPlus1z
- Language is a C++17 variant (or later).
80
bool
isCPlusPlus1z
() const { return Flags & frontend::CPlusPlus1z; }
/external/clang/lib/Frontend/
CompilerInvocation.cpp
[
all
...]
Completed in 53 milliseconds