HomeSort by relevance Sort by last modified time
    Searched refs:CPlusPlus (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/clang/include/clang/Frontend/
LangStandard.h 25 CPlusPlus = (1 << 4),
70 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
TokenConcatenation.cpp 248 (PP.getLangOpts().CPlusPlus && FirstChar == '*');
267 (PP.getLangOpts().CPlusPlus && FirstChar == ':');
271 return PP.getLangOpts().CPlusPlus && FirstChar == '*';
Lexer.cpp     [all...]
LiteralSupport.cpp 280 if (!Features.CPlusPlus && !Features.C99 && Diags)
739 : PP.getLangOpts().CPlusPlus
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 43 if (!Ctx.getLangOpts().CPlusPlus) {
93 return Lang.CPlusPlus ? ClassifyTemporary(E->getType()) : Cl::CL_PRValue;
143 return Ctx.getLangOpts().CPlusPlus ? ClassifyTemporary(E->getType())
241 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
276 if (Lang.CPlusPlus)
325 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
333 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
340 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
421 (Ctx.getLangOpts().CPlusPlus &&
432 if (!Ctx.getLangOpts().CPlusPlus) return Cl::CL_PRValue
    [all...]
TemplateName.cpp 164 LO.CPlusPlus = true;
175 LO.CPlusPlus = true;
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 58 Var->getASTContext().getLangOpts().CPlusPlus)
  /external/clang/lib/Parse/
ParseAST.cpp 135 if (!External && !S.getLangOpts().CPlusPlus)
Parser.cpp 232 if (Kind == OutsideFunction && getLangOpts().CPlusPlus) {
731 if (getLangOpts().CPlusPlus && NextToken().is(tok::kw_template)) {
741 if (getLangOpts().CPlusPlus) {
764 if (getLangOpts().CPlusPlus && NextToken().is(tok::kw_template)) {
799 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) {
810 (getLangOpts().CPlusPlus &&
822 if (!getLangOpts().CPlusPlus &&
826 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) {
899 if (Tok.is(tok::string_literal) && getLangOpts().CPlusPlus &&
    [all...]
ParseDecl.cpp     [all...]
ParseInit.cpp 231 if (getLangOpts().ObjC1 && getLangOpts().CPlusPlus) {
412 if (!getLangOpts().CPlusPlus)
ParseExpr.cpp 328 } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional)
639 (isUnaryExpression && !getLangOpts().CPlusPlus)? CompoundLiteral : CastExpr;
707 if (getLangOpts().CPlusPlus) {
785 !(getLangOpts().CPlusPlus && Tok.is(tok::kw_class))) {
    [all...]
ParseStmt.cpp 185 if ((getLangOpts().CPlusPlus || !OnlyStatement) && isDeclarationStatement()) {
917 if (getLangOpts().CPlusPlus)
973 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 471 if (Lang.CPlusPlus && HSOpts.UseStandardCXXIncludes &&
624 (!Lang.ObjC1 && !Lang.CPlusPlus && it->first == CSystem) ||
625 (/*FIXME !Lang.ObjC1 && */Lang.CPlusPlus && it->first == CXXSystem) ||
626 (Lang.ObjC1 && !Lang.CPlusPlus && it->first == ObjCSystem) ||
627 (Lang.ObjC1 && Lang.CPlusPlus && it->first == ObjCXXSystem))
InitPreprocessor.cpp 297 if (!LangOpts.CPlusPlus) {
430 if (LangOpts.CPlusPlus) {
446 if (LangOpts.CPlusPlus) {
750 if (LangOpts.ObjC1 && LangOpts.CPlusPlus && LangOpts.ObjCAutoRefCount) {
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 125 else if (LangOpts.CPlusPlus && (Flags & KEYCXX)) AddResult = 2;
135 else if (!LangOpts.CPlusPlus && (Flags & KEYNOCXX)) AddResult = 2;
140 else if (LangOpts.CPlusPlus && (Flags & KEYCXX11)) AddResult = 3;
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 85 if (Ctx->getLangOpts().CPlusPlus && !D->isDependentContext()) {
  /external/clang/lib/Sema/
SemaDecl.cpp 112 return getLangOpts().CPlusPlus;
232 !(getLangOpts().CPlusPlus && NewSSPtr &&
460 if (getLangOpts().CPlusPlus) {
510 bool CheckTemplate = R.getSema().getLangOpts().CPlusPlus &&
561 << Name << TagName << SemaRef.getLangOpts().CPlusPlus
633 if (getLangOpts().CPlusPlus)
658 if (!getLangOpts().CPlusPlus && !SecondTry &&
678 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
765 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
789 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &
    [all...]
SemaLookup.cpp 213 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");
    [all...]
SemaCodeComplete.cpp 540 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
560 if (!SemaRef.getLangOpts().CPlusPlus)
778 if (!SemaRef.getLangOpts().CPlusPlus || !R.Declaration ||
    [all...]
SemaExpr.cpp 208 if (S.getLangOpts().CPlusPlus)
272 if (getLangOpts().CPlusPlus && isa<FunctionDecl>(D)) {
461 if (getLangOpts().C99 || getLangOpts().CPlusPlus || E->isLValue())
561 if (getLangOpts().CPlusPlus &&
727 if (getLangOpts().CPlusPlus && E->isGLValue() && !isUnevaluatedContext()) {
    [all...]
DeclSpec.cpp 505 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
    [all...]
SemaFixItUtils.cpp 178 if (T.isBooleanType() && S.LangOpts.CPlusPlus)
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 373 if (S.getLangOpts().CPlusPlus) {
386 if (S.getLangOpts().CPlusPlus) {
397 if (S.getLangOpts().CPlusPlus) {
412 if (S.getLangOpts().CPlusPlus) {
479 if (S.getLangOpts().CPlusPlus) {
    [all...]

Completed in 355 milliseconds

1 2 3 4