Home
last modified time | relevance | path

Searched defs:IdentTable (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/google/
H A DIntegerTypesCheck.h47 std::unique_ptr<IdentifierTable> IdentTable; variable
H A DIntegerTypesCheck.cpp25 IdentifierTable &IdentTable) { in getTokenAtLoc()
/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h122 IdentifierTable &IdentTable; variable
H A DMacros.h130 IdentifierTable &IdentTable; variable
H A DTokenAnalyzer.cpp104 IdentifierTable IdentTable(LangOpts); in process() local
H A DMacroExpander.cpp125 IdentifierTable &IdentTable) in MacroExpander() argument
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable) in FormatTokenLexer() argument
[all...]
H A DUnwrappedLineParser.cpp162 UnwrappedLineParser(SourceManager & SourceMgr,const FormatStyle & Style,const AdditionalKeywords & Keywords,unsigned FirstStartColumn,ArrayRef<FormatToken * > Tokens,UnwrappedLineConsumer & Callback,llvm::SpecificBumpPtrAllocator<FormatToken> & Allocator,IdentifierTable & IdentTable) UnwrappedLineParser() argument
/llvm-project/clang/unittests/Format/
H A DTestLexer.h115 IdentifierTable IdentTable; variable
/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable; variable