Home
last modified time | relevance | path

Searched defs:LangOpts (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp168 E = Lexer::getLocForEndOfToken(E, 0, SM, LangOpts); in getEntityEndLoc() argument
106 getRange(const CharSourceRange & EditRange,const SourceManager & SM,const LangOptions & LangOpts,bool IncludeMacroExpansion) getRange() argument
127 getFileRangeForEdit(const CharSourceRange & EditRange,const SourceManager & SM,const LangOptions & LangOpts,bool IncludeMacroExpansion) getFileRangeForEdit() argument
138 getFileRange(const CharSourceRange & EditRange,const SourceManager & SM,const LangOptions & LangOpts,bool IncludeMacroExpansion) getFileRange() argument
313 skipWhitespaceAndNewline(const SourceManager & SM,SourceLocation Loc,const LangOptions & LangOpts) skipWhitespaceAndNewline() argument
328 atOrBeforeSeparation(const SourceManager & SM,SourceLocation Loc,const LangOptions & LangOpts) atOrBeforeSeparation() argument
366 const LangOptions &LangOpts = Context.getLangOpts(); getAssociatedRange() local
[all...]
H A DRangeSelector.cpp66 const LangOptions &LangOpts) { in findPreviousTokenStart() argument
81 const LangOptions &LangOpts, in findPreviousTokenKind() argument
100 findOpenParen(const CallExpr & E,const SourceManager & SM,const LangOptions & LangOpts) findOpenParen() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h103 const LangOptions &LangOpts; variable
402 const LangOptions &LangOpts) { in AdvanceToTokenCharacter()
432 const LangOptions &LangOpts) { in getAsCharRange()
440 const LangOptions &LangOpts) { in getAsCharRange()
587 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokenBufferTokenManager.h23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager()
59 const LangOptions &LangOpts; variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp138 const LangOptions &LangOpts) { in NormalizeLine()
189 const LangOptions &LangOpts) { in getIssueString()
204 const LangOptions &LangOpts) { in getIssueHash()
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp281 getSpellingSlow(const Token & Tok,const char * BufPtr,const LangOptions & LangOpts,char * Spelling) getSpellingSlow() argument
376 getSpelling(const Token & Tok,const SourceManager & SourceMgr,const LangOptions & LangOpts,bool * Invalid) getSpelling() argument
409 getSpelling(const Token & Tok,const char * & Buffer,const SourceManager & SourceMgr,const LangOptions & LangOpts,bool * Invalid) getSpelling() argument
456 MeasureTokenLength(SourceLocation Loc,const SourceManager & SM,const LangOptions & LangOpts) MeasureTokenLength() argument
467 getRawToken(SourceLocation Loc,Token & Result,const SourceManager & SM,const LangOptions & LangOpts,bool IgnoreWhiteSpace) getRawToken() argument
518 getBeginningOfFileToken(SourceLocation Loc,const SourceManager & SM,const LangOptions & LangOpts) getBeginningOfFileToken() argument
566 GetBeginningOfToken(SourceLocation Loc,const SourceManager & SM,const LangOptions & LangOpts) GetBeginningOfToken() argument
593 ComputePreamble(StringRef Buffer,const LangOptions & LangOpts,unsigned MaxLines) ComputePreamble() argument
748 getTokenPrefixLength(SourceLocation TokStart,unsigned CharNo,const SourceManager & SM,const LangOptions & LangOpts) getTokenPrefixLength() argument
807 getLocForEndOfToken(SourceLocation Loc,unsigned Offset,const SourceManager & SM,const LangOptions & LangOpts) getLocForEndOfToken() argument
829 isAtStartOfMacroExpansion(SourceLocation loc,const SourceManager & SM,const LangOptions & LangOpts,SourceLocation * MacroBegin) isAtStartOfMacroExpansion() argument
851 isAtEndOfMacroExpansion(SourceLocation loc,const SourceManager & SM,const LangOptions & LangOpts,SourceLocation * MacroEnd) isAtEndOfMacroExpansion() argument
877 makeRangeFromFileLocs(CharSourceRange Range,const SourceManager & SM,const LangOptions & LangOpts) makeRangeFromFileLocs() argument
912 makeFileCharRange(CharSourceRange Range,const SourceManager & SM,const LangOptions & LangOpts) makeFileCharRange() argument
981 getSourceText(CharSourceRange Range,const SourceManager & SM,const LangOptions & LangOpts,bool * Invalid) getSourceText() argument
1017 getImmediateMacroName(SourceLocation Loc,const SourceManager & SM,const LangOptions & LangOpts) getImmediateMacroName() argument
1063 getImmediateMacroNameForDiagnostics(SourceLocation Loc,const SourceManager & SM,const LangOptions & LangOpts) getImmediateMacroNameForDiagnostics() argument
1089 isAsciiIdentifierContinueChar(char c,const LangOptions & LangOpts) isAsciiIdentifierContinueChar() argument
1282 findNextToken(SourceLocation Loc,const SourceManager & SM,const LangOptions & LangOpts) findNextToken() argument
1315 findLocationAfterToken(SourceLocation Loc,tok::TokenKind TKind,const SourceManager & SM,const LangOptions & LangOpts,bool SkipTrailingWhitespaceAndNewLine) findLocationAfterToken() argument
1421 getCharAndSizeSlowNoWarn(const char * Ptr,const LangOptions & LangOpts) getCharAndSizeSlowNoWarn() argument
1500 isMathematicalExtensionID(uint32_t C,const LangOptions & LangOpts,bool IsStart,bool & IsExtension) isMathematicalExtensionID() argument
1514 isAllowedIDChar(uint32_t C,const LangOptions & LangOpts,bool & IsExtension) isAllowedIDChar() argument
1542 isAllowedInitiallyIDChar(uint32_t C,const LangOptions & LangOpts,bool & IsExtension) isAllowedInitiallyIDChar() argument
1695 diagnoseInvalidUnicodeCodepointInIdentifier(DiagnosticsEngine & Diags,const LangOptions & LangOpts,uint32_t CodePoint,CharSourceRange Range,bool IsFirst) diagnoseInvalidUnicodeCodepointInIdentifier() argument
1971 isHexaLiteral(const char * Start,const LangOptions & LangOpts) isHexaLiteral() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp23 const LangOptions &LangOpts) { in isSemicolonAtLocation()
75 const LangOptions &LangOpts) { in compute()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h151 const LangOptions &LangOpts; global() variable
158 CoverageMappingGen(CoverageMappingModuleGen & CVM,SourceManager & SM,const LangOptions & LangOpts) CoverageMappingGen() argument
163 CoverageMappingGen(CoverageMappingModuleGen & CVM,SourceManager & SM,const LangOptions & LangOpts,llvm::DenseMap<const Stmt *,unsigned> * CounterMap,llvm::DenseMap<const Stmt *,unsigned> * MCDCBitmapMap,llvm::DenseMap<const Stmt *,unsigned> * CondIDMap) CoverageMappingGen() argument
H A DBackendUtil.cpp128 const LangOptions &LangOpts; global() member in __anon188c7e160111::EmitAssemblyHelper
317 initTargetOptions(DiagnosticsEngine & Diags,llvm::TargetOptions & Options,const CodeGenOptions & CodeGenOpts,const clang::TargetOptions & TargetOpts,const LangOptions & LangOpts,const HeaderSearchOptions & HSOpts) initTargetOptions() argument
481 getGCOVOptions(const CodeGenOptions & CodeGenOpts,const LangOptions & LangOpts) getGCOVOptions() argument
500 getInstrProfOptions(const CodeGenOptions & CodeGenOpts,const LangOptions & LangOpts) getInstrProfOptions() argument
622 addKCFIPass(const Triple & TargetTriple,const LangOptions & LangOpts,PassBuilder & PB) addKCFIPass() argument
649 addSanitizers(const Triple & TargetTriple,const CodeGenOptions & CodeGenOpts,const LangOptions & LangOpts,PassBuilder & PB) addSanitizers() argument
[all...]
H A DBackendConsumer.h36 const LangOptions &LangOpts; variable
/freebsd-src/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp28 LangOptions LangOpts; global() member in clang::__anon80ced1e10111::StoreDiagnostics
34 BeginSourceFile(const LangOptions & LangOpts,const Preprocessor *) BeginSourceFile() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() argument
136 static KeywordStatus getKeywordStatusHelper(const LangOptions &LangOpts, in getKeywordStatusHelper() argument
223 getKeywordStatus(const LangOptions & LangOpts,unsigned Flags) getKeywordStatus() argument
254 AddKeyword(StringRef Keyword,tok::TokenKind TokenCode,unsigned Flags,const LangOptions & LangOpts,IdentifierTable & Table) AddKeyword() argument
295 AddKeywords(const LangOptions & LangOpts) AddKeywords() argument
332 getTokenKwStatus(const LangOptions & LangOpts,tok::TokenKind K) getTokenKwStatus() argument
838 getFutureCompatDiagKind(const IdentifierInfo & II,const LangOptions & LangOpts) getFutureCompatDiagKind() argument
[all...]
H A DAttributes.cpp24 const LangOptions &LangOpts) { in hasAttributeImpl() argument
33 const TargetInfo &Target, const LangOptions &LangOpts) { in hasAttribute() argument
H A DBuiltins.cpp77 const LangOptions &LangOpts) { in builtinIsSupported() argument
129 initializeBuiltins(IdentifierTable & Table,const LangOptions & LangOpts) initializeBuiltins() argument
[all...]
H A DModule.cpp100 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() argument
131 isUnimportable(const LangOptions & LangOpts,const TargetInfo & Target,Requirement & Req,Module * & ShadowingModule) const isUnimportable() argument
176 isAvailable(const LangOptions & LangOpts,const TargetInfo & Target,Requirement & Req,UnresolvedHeaderDirective & MissingHeader,Module * & ShadowingModule) const isAvailable() argument
316 addRequirement(StringRef Feature,bool RequiredState,const LangOptions & LangOpts,const TargetInfo & Target) addRequirement() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h23 const LangOptions &LangOpts) in ODRDiagsEmitter()
198 const LangOptions &LangOpts; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h33 RecursiveSymbolVisitor(const SourceManager &SM, const LangOptions &LangOpts) in RecursiveSymbolVisitor()
139 const LangOptions &LangOpts; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp20 const LangOptions &LangOpts = PP.getLangOpts(); in DoRewriteTest() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DMacroExpansionContext.h120 const LangOptions &LangOpts; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp316 AddObjCXXARCLibstdcxxDefines(const LangOptions & LangOpts,MacroBuilder & Builder) AddObjCXXARCLibstdcxxDefines() argument
372 InitializeStandardPredefinedMacros(const TargetInfo & TI,const LangOptions & LangOpts,const FrontendOptions & FEOpts,MacroBuilder & Builder) InitializeStandardPredefinedMacros() argument
623 InitializeCPlusPlusFeatureTestMacros(const LangOptions & LangOpts,MacroBuilder & Builder) InitializeCPlusPlusFeatureTestMacros() argument
770 InitializePredefinedMacros(const TargetInfo & TI,const LangOptions & LangOpts,const FrontendOptions & FEOpts,const PreprocessorOptions & PPOpts,MacroBuilder & Builder) InitializePredefinedMacros() argument
1384 const LangOptions &LangOpts = PP.getLangOpts(); InitializePreprocessor() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp314 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { in canBeJoined()
324 const LangOptions &LangOpts) { in canRemoveWhitespace()
337 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, in adjustRemoval()
384 const SourceManager &SM, const LangOptions &LangOpts, in applyRewrite()
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h144 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCreateCheckerManager.cpp35 const LangOptions &LangOpts, in CheckerManager()
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp27 const LangOptions &LangOpts) { in TokenRewriter()
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp37 const LangOptions &LangOpts) { in writeARCDiagsToPlist()

12345