OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdentifierTable
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
Macros.h
55
class
IdentifierTable
;
109
IdentifierTable
&IdentTable);
133
IdentifierTable
&IdentTable;
FormatTokenLexer.h
43
IdentifierTable
&IdentTable);
107
IdentifierTable
&IdentTable;
TokenAnalyzer.cpp
68
IdentifierTable
IdentTable(getFormattingLangOpts(Style));
MacroExpander.cpp
126
IdentifierTable
&IdentTable)
FormatToken.h
18
#include "clang/Basic/
IdentifierTable
.h"
832
AdditionalKeywords(
IdentifierTable
&IdentTable) {
FormatTokenLexer.cpp
29
IdentifierTable
&IdentTable)
/src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp
1
//===-
IdentifierTable
.cpp - Hash table for identifier lookup -------------===//
10
//
IdentifierTable
interfaces.
14
#include "clang/Basic/
IdentifierTable
.h"
38
// need to just change the ObjCOrBuiltinIDBits value in
IdentifierTable
.h.
43
//
IdentifierTable
Implementation
66
IdentifierTable
::
IdentifierTable
(IdentifierInfoLookup *ExternalLookup)
70
IdentifierTable
::
IdentifierTable
(const LangOptions &LangOpts,
72
:
IdentifierTable
(ExternalLookup)
[
all
...]
Builtins.cpp
14
#include "clang/Basic/
IdentifierTable
.h"
90
void Builtin::Context::initializeBuiltins(
IdentifierTable
&Table,
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCCalls.cpp
29
IdentifierTable
&Ids = MigrateCtx.Pass.Ctx.Idents;
TransAPIUses.cpp
40
IdentifierTable
&ids = Pass.Ctx.Idents;
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Builtins.h
27
class
IdentifierTable
;
80
void initializeBuiltins(
IdentifierTable
&Table, const LangOptions& LangOpts);
IdentifierTable.h
1
//===-
IdentifierTable
.h - Hash table for identifier lookup -----*- C++ -*-===//
10
/// Defines the clang::IdentifierInfo, clang::
IdentifierTable
, and
68
friend class
IdentifierTable
;
473
/// Unlike the version in
IdentifierTable
, this returns a pointer instead
496
class
IdentifierTable
{
506
explicit
IdentifierTable
(IdentifierInfoLookup *ExternalLookup = nullptr);
510
explicit
IdentifierTable
(const LangOptions &LangOpts,
867
static Selector constructSetterSelector(
IdentifierTable
&Idents,
/src/external/apache2/llvm/dist/clang/include/clang/Edit/
EditedSource.h
12
#include "clang/Basic/
IdentifierTable
.h"
69
IdentifierTable
IdentTable;
/src/external/apache2/llvm/lib/libclangBasic/
Makefile
21
IdentifierTable
.cpp \
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h
33
class
IdentifierTable
;
GlobalModuleIndex.cpp
825
SmallString<4096>
IdentifierTable
;
829
llvm::raw_svector_ostream Out(
IdentifierTable
);
844
Stream.EmitRecordWithBlob(IDTableAbbrev, Record,
IdentifierTable
);
ASTWriter.cpp
41
#include "clang/Basic/
IdentifierTable
.h"
3456
SmallString<4096>
IdentifierTable
;
3461
llvm::raw_svector_ostream Out(
IdentifierTable
);
3476
Stream.EmitRecordWithBlob(IDTableAbbrev, Record,
IdentifierTable
);
ASTReader.cpp
49
#include "clang/Basic/
IdentifierTable
.h"
4356
for (
IdentifierTable
::iterator Id = PP.getIdentifierTable().begin(),
9023
IdentifierTable
&ASTReader::getIdentifierTable() {
/src/external/apache2/llvm/dist/clang/tools/clang-rename/
ClangRename.cpp
18
#include "clang/Basic/
IdentifierTable
.h"
147
IdentifierTable
Table(Options);
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
18
#include "clang/Basic/
IdentifierTable
.h"
232
mutable
IdentifierTable
Identifiers;
236
/// Unlike
IdentifierTable
above, this table *isn't* populated by the
238
/// conceptually similar to the
IdentifierTable
. In addition, the current
929
IdentifierTable
&getIdentifierTable() { return Identifiers; }
930
const
IdentifierTable
&getIdentifierTable() const { return Identifiers; }
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp
11
#include "clang/Basic/
IdentifierTable
.h"
533
IdentifierTable
Identifiers(LO);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
33
#include "clang/Basic/
IdentifierTable
.h"
612
IdentifierTable
&Idents;
1070
ASTContext(LangOptions &LOpts, SourceManager &SM,
IdentifierTable
&idents,
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
19
#include "clang/Basic/
IdentifierTable
.h"
2272
IdentifierTable
&getIdentifierTable();
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
54
#include "clang/Basic/
IdentifierTable
.h"
968
IdentifierTable
&idents, SelectorTable &sels,
Completed in 163 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026