OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLangOpts
(Results
1 - 25
of
284
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/apache2/llvm/dist/clang/lib/Tooling/
FixIt.cpp
23
Context.
getLangOpts
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaSYCL.cpp
22
assert(
getLangOpts
().SYCLIsDevice &&
36
assert(
getLangOpts
().SYCLIsDevice &&
SemaModule.cpp
63
assert(
getLangOpts
().CPlusPlusModules &&
getLangOpts
().ModulesTS &&
93
assert((
getLangOpts
().ModulesTS ||
getLangOpts
().CPlusPlusModules) &&
99
switch (
getLangOpts
().getCompilingModule()) {
146
if (
getLangOpts
().CPlusPlusModules && !IsFirstDecl && !GlobalModuleFragment) {
170
if (!
getLangOpts
().CurrentModule.empty() &&
171
getLangOpts
().CurrentModule != ModuleName) {
174
<<
getLangOpts
().CurrentModule;
177
const_cast<LangOptions&>(
getLangOpts
()).CurrentModule = ModuleName
[
all
...]
SemaDecl.cpp
156
return
getLangOpts
().CPlusPlus;
159
return
getLangOpts
().Char8;
294
getLangOpts
().CPlusPlus17 && !IsCtorOrDtorName &&
366
if (Result.empty() &&
getLangOpts
().MSVCCompat && (!SS || SS->isEmpty())) {
397
!(
getLangOpts
().CPlusPlus && NewSSPtr &&
559
assert(
getLangOpts
().MSVCCompat && "shouldn't be called in non-MSVC mode");
695
std::string CorrectedStr(Corrected.getAsString(
getLangOpts
()));
725
if (
getLangOpts
().CPlusPlus && !IsTemplateName) {
756
if (
getLangOpts
().MSVCCompat && isMicrosoftMissingTypename(SS, S))
774
bool CheckTemplate = R.getSema().
getLangOpts
().CPlusPlus &
[
all
...]
SemaCUDA.cpp
38
assert(
getLangOpts
().CUDA && "Should only be called during CUDA compilation");
43
assert(
getLangOpts
().CUDA && "Should only be called during CUDA compilation");
232
if ((
getLangOpts
().CUDAIsDevice && CalleeTarget == CFT_Device) ||
233
(!
getLangOpts
().CUDAIsDevice &&
628
assert(
getLangOpts
().CUDA && "Should only be called during CUDA compilation");
638
if (!
getLangOpts
().CUDAHostDeviceConstexpr || !NewD->isConstexpr() ||
676
if (
getLangOpts
().CUDAIsDevice && VD->isConstexpr() &&
685
assert(
getLangOpts
().CUDA && "Should only be called during CUDA compilation");
697
if (!
getLangOpts
().CUDAIsDevice)
715
assert(
getLangOpts
().CUDA && "Should only be called during CUDA compilation")
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp
181
Inv->
getLangOpts
()->CPlusPlus = true;
182
Inv->
getLangOpts
()->CPlusPlus11 = true;
186
Inv->
getLangOpts
()->ObjC = 1;
189
Inv->
getLangOpts
()->ObjCAutoRefCount = ObjCARC;
191
Inv->
getLangOpts
()->Bool = true;
192
Inv->
getLangOpts
()->WChar = true;
193
Inv->
getLangOpts
()->Blocks = true;
194
Inv->
getLangOpts
()->DebuggerSupport = true;
195
Inv->
getLangOpts
()->SpellChecking = false;
196
Inv->
getLangOpts
()->ThreadsafeStatics = false
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalyzerHelpFlags.cpp
33
*CI.getAnalyzerOpts(), CI.
getLangOpts
(), CI.getDiagnostics(),
44
*CI.getAnalyzerOpts(), CI.
getLangOpts
(), CI.getDiagnostics(),
53
*CI.getAnalyzerOpts(), CI.
getLangOpts
(), CI.getDiagnostics(),
/src/external/apache2/llvm/dist/clang/lib/AST/
DataCollection.cpp
21
Context.
getLangOpts
());
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteTest.cpp
20
const LangOptions &LangOpts = PP.
getLangOpts
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
GeneratePCH.cpp
51
if (PP.
getLangOpts
().isCompilingModule()) {
53
PP.
getLangOpts
().CurrentModule, /*AllowSearch*/ false);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.h
43
Context.
getLangOpts
(),
61
Context.
getLangOpts
(),
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp
196
CInvok->
getLangOpts
()->ObjCAutoRefCount = true;
197
CInvok->
getLangOpts
()->setGC(LangOptions::NonGC);
212
CInvok->
getLangOpts
()->ObjCWeakRuntime = HasARCRuntime(origCI);
213
CInvok->
getLangOpts
()->ObjCWeak = CInvok->
getLangOpts
()->ObjCWeakRuntime;
228
printer.BeginSourceFile(PP.
getLangOpts
(), &PP);
242
if (!origCI.
getLangOpts
()->ObjC)
245
LangOptions::GCMode OrigGCMode = origCI.
getLangOpts
()->getGC();
285
DiagClient->BeginSourceFile(Ctx.
getLangOpts
(), &Unit->getPreprocessor());
301
Ctx.getSourceManager(), Ctx.
getLangOpts
());
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Lex/
TokenConcatenation.cpp
48
const LangOptions &LangOpts = PP.
getLangOpts
();
89
if (PP.
getLangOpts
().CPlusPlus11) {
102
if (PP.
getLangOpts
().CPlusPlus17)
106
if (PP.
getLangOpts
().CPlusPlus20)
231
if (!PP.
getLangOpts
().CPlusPlus11)
270
(PP.
getLangOpts
().CPlusPlus && FirstChar == '*');
289
(PP.
getLangOpts
().CPlusPlus && FirstChar == ':');
293
return PP.
getLangOpts
().CPlusPlus && FirstChar == '*';
295
return PP.
getLangOpts
().CPlusPlus20 && FirstChar == '>';
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp
32
(D.hasLocalStorage() && CGF.getContext().
getLangOpts
().OpenCLCPlusPlus)) &&
121
if (CGF.getContext().
getLangOpts
().OpenCL) {
207
if (
getLangOpts
().OpenMP && !
getLangOpts
().OpenMPSimd &&
377
if (!
getLangOpts
().AppleKext && !TLS) {
387
if (!
getLangOpts
().Exceptions)
390
if (
getLangOpts
().Sanitize.has(SanitizerKind::Address) &&
394
if (
getLangOpts
().Sanitize.has(SanitizerKind::KernelAddress) &&
398
if (
getLangOpts
().Sanitize.has(SanitizerKind::HWAddress) &&
402
if (
getLangOpts
().Sanitize.has(SanitizerKind::KernelHWAddress) &
[
all
...]
SanitizerMetadata.cpp
35
if (!isAsanHwasanOrMemTag(CGM.
getLangOpts
().Sanitize))
66
if (!isAsanHwasanOrMemTag(CGM.
getLangOpts
().Sanitize))
83
if (isAsanHwasanOrMemTag(CGM.
getLangOpts
().Sanitize))
CGOpenMPRuntimeAMDGCN.cpp
31
if (!CGM.
getLangOpts
().OpenMPIsDevice)
CGOpenMPRuntimeNVPTX.cpp
31
if (!CGM.
getLangOpts
().OpenMPIsDevice)
/src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp
146
CI.
getLangOpts
().CurrentModule, /*AllowSearch*/false);
241
new Lexer(MainFileID, *MainFileBuf, SourceMgr, CI.
getLangOpts
()));
259
if (Lexer::getSpelling(LineNoLoc, Buffer, SourceMgr, CI.
getLangOpts
())
462
if (CI.
getLangOpts
().CurrentModule.empty()) {
474
Module *M = HS.lookupModule(CI.
getLangOpts
().CurrentModule,
478
<< CI.
getLangOpts
().CurrentModule << ModuleMapFilename;
484
if (Preprocessor::checkModuleIsAvailable(CI.
getLangOpts
(), CI.getTarget(),
519
SourceMgr.pushModuleBuildStack(CI.
getLangOpts
().CurrentModule,
534
HeaderContents, CI.
getLangOpts
(), M->IsExternC);
536
CI.
getLangOpts
(), FileMgr, CI.getDiagnostics()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
100
Lexer::isAtStartOfMacroExpansion(StartLoc, SM, PP.
getLangOpts
());
102
Lexer::isAtEndOfMacroExpansion(EndLoc, SM, PP.
getLangOpts
());
255
Lexer::getSourceText(ExpansionRange, SM, PP.
getLangOpts
());
556
getTargetInfo(),
getLangOpts
())) {
700
assert(
getLangOpts
().DeclSpecKeyword && "__declspec keyword is not enabled");
864
if (!
getLangOpts
().ObjC)
1621
const auto &LangOpts =
getLangOpts
();
1715
if (
getLangOpts
().CPlusPlus && NextToken().is(tok::kw_namespace)) {
1822
return
getLangOpts
().CPlusPlus;
1825
return Context == DeclaratorContext::Member &&
getLangOpts
().CPlusPlus11 &
[
all
...]
Parser.cpp
45
if (!Ident__except && (
getLangOpts
().MicrosoftExt ||
getLangOpts
().Borland))
194
if (Kind == OutsideFunction &&
getLangOpts
().CPlusPlus) {
195
if (
getLangOpts
().CPlusPlus11)
219
if (II->isCPlusPlusKeyword(
getLangOpts
())) {
481
if (
getLangOpts
().ObjC) {
508
if (
getLangOpts
().AltiVec ||
getLangOpts
().ZVector) {
513
if (
getLangOpts
().AltiVec)
533
if(
getLangOpts
().Borland)
[
all
...]
ParseInit.cpp
37
if (!PP.
getLangOpts
().CPlusPlus11)
251
if (
getLangOpts
().ObjC &&
getLangOpts
().CPlusPlus) {
284
} else if (
getLangOpts
().ObjC && Tok.is(tok::identifier)) {
354
if (
getLangOpts
().ObjC && Tok.isNot(tok::ellipsis) &&
402
if (Tok.is(tok::l_brace) &&
getLangOpts
().CPlusPlus11) {
451
if (!
getLangOpts
().CPlusPlus)
469
if (
getLangOpts
().MicrosoftExt && (Tok.is(tok::kw___if_exists) ||
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Context.cpp
60
const LangOptions &Context::
getLangOpts
() const { return Ctx.
getLangOpts
(); }
Context.h
58
const LangOptions &
getLangOpts
() const;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp
95
getLangOpts
());
97
return Lexer::getSpelling(Loc, buf, getSourceManager(),
getLangOpts
());
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
SourceCode.h
99
Context.
getLangOpts
());
Completed in 58 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Apr 14 00:22:26 UTC 2026