OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLangOptions
(Results
101 - 125
of
130
) sorted by null
1
2
3
4
5
6
/external/clang/include/clang/AST/
ASTContext.h
360
const LangOptions&
getLangOptions
() const { return LangOpts; }
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
[
all
...]
DeclBase.cpp
390
else if (!(getASTContext().
getLangOptions
().ObjCNonFragileABI &&
[
all
...]
DeclObjC.cpp
507
if (isInstanceMethod() && Context.
getLangOptions
().ObjCAutoRefCount) {
[
all
...]
Expr.cpp
415
PrintingPolicy Policy(Context.
getLangOptions
());
[
all
...]
ASTImporter.cpp
[
all
...]
ItaniumMangle.cpp
346
if (!getASTContext().
getLangOptions
().CPlusPlus && !D->hasAttrs())
363
if (!getASTContext().
getLangOptions
().CPlusPlus)
[
all
...]
StmtPrinter.cpp
[
all
...]
/external/clang/lib/Sema/
SemaTemplateDeduction.cpp
[
all
...]
SemaChecking.cpp
43
PP.
getLangOptions
(), PP.getTargetInfo());
345
(!
getLangOptions
().CPlusPlus || FDecl->isExternC())) {
[
all
...]
SemaTemplateInstantiate.cpp
406
<= SemaRef.
getLangOptions
().InstantiationDepth)
411
<< SemaRef.
getLangOptions
().InstantiationDepth
414
<< SemaRef.
getLangOptions
().InstantiationDepth;
[
all
...]
SemaDeclAttr.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp
[
all
...]
MemRegion.cpp
456
Str->printPretty(os, 0, PrintingPolicy(getContext().
getLangOptions
()));
/external/clang/lib/CodeGen/
CGCall.cpp
195
if (getContext().
getLangOptions
().ObjCAutoRefCount &&
[
all
...]
CGVTables.cpp
[
all
...]
CGStmt.cpp
[
all
...]
CGExprConstant.cpp
[
all
...]
/external/clang/tools/libclang/
CIndexUSRs.cpp
194
if (!Ctx.
getLangOptions
().CPlusPlus || D->isExternC())
CIndex.cpp
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
182
const LangOptions &getLang() const { return PP.
getLangOptions
(); }
[
all
...]
/external/clang/lib/Lex/
Lexer.cpp
117
Features(PP.
getLangOptions
()) {
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
684
const LangOptions &
getLangOptions
() const { return LangOpts; }
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
[
all
...]
Completed in 719 milliseconds
1
2
3
4
5
6