Searched defs:CPlusPlus (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DLangStandard.h25 CPlusPlus = (1 << 4), enumerator in enum:clang::frontend::LangFeatures
71 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
/external/clang/lib/Sema/
H A DSemaLookup.cpp208 bool CPlusPlus,
217 if (CPlusPlus) {
234 if (CPlusPlus) {
255 if (CPlusPlus)
288 IDNS = getIDNS(LookupKind, SemaRef.getLangOpts().CPlusPlus,
534 if (S.getLangOpts().CPlusPlus &&
669 if (S.getLangOpts().CPlusPlus)
877 assert(getLangOpts().CPlusPlus && "Can perform only C++ lookup");
1319 if (!getLangOpts().CPlusPlus) {
3199 if (getLangOpts().CPlusPlus) {
207 getIDNS(Sema::LookupNameKind NameKind, bool CPlusPlus, bool Redeclaration) argument
[all...]

Completed in 100 milliseconds