OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FETokenInfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclarationName.cpp
249
return castAsCXXSpecialNameExtra()->
FETokenInfo
;
251
return castAsCXXOperatorIdName()->
FETokenInfo
;
253
return castAsCXXDeductionGuideNameExtra()->
FETokenInfo
;
255
return castAsCXXLiteralOperatorIdName()->
FETokenInfo
;
257
llvm_unreachable("DeclarationName has no
FETokenInfo
!");
268
castAsCXXSpecialNameExtra()->
FETokenInfo
= T;
271
castAsCXXOperatorIdName()->
FETokenInfo
= T;
274
castAsCXXDeductionGuideNameExtra()->
FETokenInfo
= T;
277
castAsCXXLiteralOperatorIdName()->
FETokenInfo
= T;
280
llvm_unreachable("DeclarationName has no
FETokenInfo
!");
[
all
...]
/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
/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; }
Completed in 17 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026