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
70 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
/external/clang/lib/Sema/
H A DSemaLookup.cpp213 bool CPlusPlus,
221 if (CPlusPlus) {
236 if (CPlusPlus) {
256 if (CPlusPlus)
287 IDNS = getIDNS(LookupKind, SemaRef.getLangOpts().CPlusPlus,
520 if (S.getLangOpts().CPlusPlus &&
663 if (S.getLangOpts().CPlusPlus)
851 assert(getLangOpts().CPlusPlus && "Can perform only C++ lookup");
1254 if (!getLangOpts().CPlusPlus) {
3218 if (getLangOpts().CPlusPlus) {
212 getIDNS(Sema::LookupNameKind NameKind, bool CPlusPlus, bool Redeclaration) argument
[all...]

Completed in 120 milliseconds