/external/clang/lib/AST/ |
ASTDiagnostic.cpp | 289 if (Context.getLangOptions().CPlusPlus)
|
Type.cpp | 580 if (!Ctx.getLangOptions().CPlusPlus) 907 if (Context.getLangOptions().ObjCAutoRefCount) { [all...] |
StmtDumper.cpp | 253 PrintingPolicy(VD->getASTContext().getLangOptions())); 286 PrintingPolicy(UD->getASTContext().getLangOptions()));
|
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | 43 CatchUndefined = getContext().getLangOptions().CatchUndefined; 266 if (getContext().getLangOptions().OpenCL) { 325 if (getLangOptions().ObjCAutoRefCount && 683 if (getContext().getLangOptions().CPlusPlus) { [all...] |
CGBlocks.cpp | 93 if (C.getLangOptions().ObjC1) 227 if (CGM.getLangOptions().CPlusPlus && !isSafeForCXXConstantCapture(type)) 373 } else if (CGM.getLangOptions().CPlusPlus) { [all...] |
CGClass.cpp | 406 if (CGF.CGM.getLangOptions().Exceptions && 613 if (!CGF.CGM.getLangOptions().Exceptions) [all...] |
CGExpr.cpp | 214 if (CGF.getContext().getLangOptions().ObjCAutoRefCount && [all...] |
CGObjC.cpp | 97 CGM.getLangOptions().ObjCAutoRefCount && 169 assert(getLangOptions().ObjCAutoRefCount && 275 if (CGM.getLangOptions().ObjCAutoRefCount && 350 if (CGM.getLangOptions().getGCMode() != LangOptions::GCOnly && 479 if (getLangOptions().ObjCAutoRefCount && 564 (CGM.getLangOptions().getGCMode() != LangOptions::GCOnly && [all...] |
CGDecl.cpp | 123 if (getContext().getLangOptions().CPlusPlus) 141 if (CGF.getContext().getLangOptions().CPlusPlus) { 203 if (!getContext().getLangOptions().CPlusPlus) 733 bool NRVO = getContext().getLangOptions().ElideConstructors && [all...] |
CGExprScalar.cpp | 405 switch (CGF.getContext().getLangOptions().getSignedOverflowBehavior()) { 420 return CGF.getContext().getLangOptions().getSignedOverflowBehavior() [all...] |
CGObjCGNU.cpp | 620 if (CGM.getLangOptions().CPlusPlus) { [all...] |
CodeGenModule.h | 347 assert(getLangOptions().ObjCAutoRefCount && ARCData != 0); 368 const LangOptions &getLangOptions() const { return Features; }
|
CGRTTI.cpp | 252 if (!Context.getLangOptions().RTTI) return false; 329 if (!CGM.getLangOptions().RTTI) { [all...] |
CGExprCXX.cpp | 114 if (Context.getLangOptions().AppleKext) 257 if (getContext().getLangOptions().AppleKext && 270 if (getContext().getLangOptions().AppleKext && 373 if (getContext().getLangOptions().ElideConstructors && E->isElidable()) { [all...] |
/external/clang/lib/Frontend/ |
FrontendActions.cpp | 130 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOptions());
|
FrontendAction.cpp | 254 PP.getLangOptions());
|
/external/clang/lib/Sema/ |
SemaAttr.cpp | 372 FPFeatures.fp_contract = getLangOptions().DefaultFPContract;
|
TargetAttributesSema.cpp | 171 if (!S.getLangOptions().Microsoft)
|
SemaTemplateVariadic.cpp | 724 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions())); 729 NameLoc, Corrected.getAsString(getLangOptions()));
|
SemaOverload.cpp | 791 if (!S.getLangOptions().CPlusPlus) { [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 47 CXXUnit->getASTContext().getLangOptions());
|
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 173 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOptions()); 448 Lexer rawLexer(L, PP.getLangOptions(), BufferInfo.begin(),
|
PlistDiagnostics.cpp | 103 return new PlistDiagnostics(s, PP.getLangOptions(), subPD);
|
/external/clang/include/clang/Sema/ |
Lookup.h | 572 else if (isClassLookup() && SemaRef.getLangOptions().AccessControl)
|
/external/clang/lib/Serialization/ |
ChainedIncludesSource.cpp | 115 PP.getLangOptions());
|