OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FETokenInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h
127
void *
FETokenInfo
= nullptr;
307
/// Get and set
FETokenInfo
. The language front-end is allowed to associate
309
void *getFETokenInfo() const { return
FETokenInfo
; }
310
void setFETokenInfo(void *T) {
FETokenInfo
= T; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h
64
void *
FETokenInfo
;
66
CXXSpecialNameExtra(QualType QT) : Type(QT),
FETokenInfo
(nullptr) {}
87
void *
FETokenInfo
;
91
FETokenInfo
(nullptr) {}
111
void *
FETokenInfo
= nullptr;
127
void *
FETokenInfo
;
131
FETokenInfo
(nullptr) {}
341
/// Get and set the
FETokenInfo
in the less common cases where the
489
/// Get and set
FETokenInfo
. The language front-end is allowed to associate
Completed in 27 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026