OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLangOptions
(Results
76 - 100
of
130
) sorted by null
1
2
3
4
5
6
/external/clang/lib/AST/
DeclCXX.cpp
560
if (!getASTContext().
getLangOptions
().CPlusPlus0x || UserProvided)
703
if (!Context.
getLangOptions
().ObjCAutoRefCount ||
[
all
...]
RecordLayoutBuilder.cpp
[
all
...]
MicrosoftMangle.cpp
122
if (!getASTContext().
getLangOptions
().CPlusPlus && !D->hasAttrs())
139
if (!getASTContext().
getLangOptions
().CPlusPlus)
[
all
...]
ASTContext.cpp
327
if (
getLangOptions
().CPlusPlus)
334
if (
getLangOptions
().CPlusPlus)
[
all
...]
/external/clang/lib/CodeGen/
ItaniumCXXABI.cpp
804
if (getContext().
getLangOptions
().ObjCAutoRefCount &&
[
all
...]
CGObjCMac.cpp
[
all
...]
CGDebugInfo.cpp
155
PrintingPolicy Policy(CGM.
getLangOptions
());
256
const LangOptions &LO = CGM.
getLangOptions
();
359
BTName = BT->getName(CGM.getContext().
getLangOptions
());
782
Flags, CGM.
getLangOptions
().Optimize);
[
all
...]
CGExprComplex.cpp
628
if (!CGF.getContext().
getLangOptions
().CPlusPlus)
667
if (!CGF.getContext().
getLangOptions
().CPlusPlus)
CGRecordLayoutBuilder.cpp
910
if (!Types.getContext().
getLangOptions
().CPlusPlus)
[
all
...]
CodeGenFunction.h
[
all
...]
CodeGenTypes.cpp
636
if (!Context.
getLangOptions
().CPlusPlus)
/external/clang/lib/Lex/
PPDirectives.cpp
586
if (
getLangOptions
().AsmPreprocessor)
663
if (
getLangOptions
().AsmPreprocessor) {
[
all
...]
PPMacroExpansion.cpp
573
const LangOptions &LangOpts = PP.
getLangOptions
();
668
const LangOptions &LangOpts = PP.
getLangOptions
();
[
all
...]
/external/clang/include/clang/Sema/
Initialization.h
159
bool Consumed = (Context.
getLangOptions
().ObjCAutoRefCount &&
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h
116
const LangOptions &
getLangOptions
() const { return LangOpts; }
/external/clang/lib/Analysis/
AnalysisContext.cpp
148
getCFG()->dump(getASTContext().
getLangOptions
());
/external/clang/lib/Frontend/
VerifyDiagnosticsClient.cpp
336
Lexer RawLex(FID, FromFile, SM, PP.
getLangOptions
());
ASTUnit.cpp
254
Ctx->
getLangOptions
(),
287
if (TheSema->Context.
getLangOptions
().CPlusPlus &&
[
all
...]
CacheTokens.cpp
470
const LangOptions &LOpts = PP.
getLangOptions
();
PrintPreprocessedOutput.cpp
112
UseLineDirective = PP.
getLangOptions
().Microsoft;
/external/clang/tools/arcmt-test/
arcmt-test.cpp
318
const LangOptions &langOpts = Ctx.
getLangOptions
();
/external/clang/lib/Sema/
SemaDeclCXX.cpp
270
if (!
getLangOptions
().CPlusPlus) {
395
if (
getLangOptions
().Microsoft) {
518
if (!
getLangOptions
().CXXExceptions)
611
assert(
getLangOptions
().CPlusPlus && "No class names in C!");
822
if (!
getLangOptions
().CPlusPlus)
[
all
...]
AnalysisBasedWarnings.cpp
499
else if (VariableTy->isBooleanType() && S.Context.
getLangOptions
().CPlusPlus)
/external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
792
OldMgr.
getLangOptions
(),
811
AMgr.
getLangOptions
()));
/external/clang/include/clang/Lex/
Preprocessor.h
305
const LangOptions &
getLangOptions
() const { return Features; }
[
all
...]
Completed in 1615 milliseconds
1
2
3
4
5
6