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
69 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,
503 if (S.getLangOpts().CPlusPlus &&
653 if (S.getLangOpts().CPlusPlus)
841 assert(getLangOpts().CPlusPlus && "Can perform only C++ lookup");
1118 if (!getLangOpts().CPlusPlus) {
3098 if (getLangOpts().CPlusPlus) {
212 getIDNS(Sema::LookupNameKind NameKind, bool CPlusPlus, bool Redeclaration) argument
[all...]

Completed in 361 milliseconds