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

1 23 4

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 721 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() &&
    [all...]
CGDecl.cpp 157 if (CGF.getLangOpts().CPlusPlus) {
237 if (!getLangOpts().CPlusPlus)
    [all...]
CGRecordLayoutBuilder.cpp     [all...]
CGBlocks.cpp 279 if (CGM.getLangOpts().CPlusPlus && !isSafeForCXXConstantCapture(type))
430 } else if (CGM.getLangOpts().CPlusPlus) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 741 return LangOpts.CPlusPlus? IK_ObjCXX : IK_ObjC;
742 return LangOpts.CPlusPlus? IK_CXX : IK_C;
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 320 if (Opts.CPlusPlus)
516 if (Opts.CPlusPlus)
541 if (Opts.CPlusPlus) {
585 if (Opts.CPlusPlus)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 311 if (getLangOpts().CPlusPlus) {
339 if (S.getLangOpts().CPlusPlus && Element->getType()->isRecordType()) {
    [all...]
SemaCast.cpp 227 if (getLangOpts().CPlusPlus) {
    [all...]
SemaOverload.cpp 313 assert(Ctx.getLangOpts().CPlusPlus && "narrowing check outside C++");
    [all...]
JumpDiagnostics.cpp 152 if (Context.getLangOpts().CPlusPlus && VD->hasLocalStorage()) {
SemaLambda.cpp 397 if (!getLangOpts().CPlusPlus) {
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 190 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
207 if (!getASTContext().getLangOpts().CPlusPlus)
    [all...]
TypePrinter.cpp 626 } else if (T->getNumArgs() == 0 && !Policy.LangOpts.CPlusPlus) {
857 // = Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword;
861 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword ||
    [all...]
ExprConstant.cpp     [all...]
ItaniumMangle.cpp 390 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
420 if (!getASTContext().getLangOpts().CPlusPlus)
    [all...]
RecordLayoutBuilder.cpp     [all...]
Type.cpp 630 if (!Ctx.getLangOpts().CPlusPlus)
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 237 if (PP.getLangOpts().CPlusPlus)
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 470 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() &&
    [all...]
ExprEngineCallAndReturn.cpp 751 if (Ctx.getLangOpts().CPlusPlus) {
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 190 if (!Ctx.getLangOpts().CPlusPlus || D->isExternC())
Indexing.cpp 623 CInvok->getLangOpts()->CPlusPlus;
    [all...]

Completed in 836 milliseconds

1 23 4