OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FETokenInfo
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
DeclarationName.cpp
37
///
FETokenInfo
- Extra information associated with this declaration
39
void *
FETokenInfo
;
51
///
FETokenInfo
- Extra information associated with this operator
53
void *
FETokenInfo
;
67
///
FETokenInfo
- Extra information associated with this operator
69
void *
FETokenInfo
;
279
return getAsCXXSpecialName()->
FETokenInfo
;
282
return getAsCXXOperatorIdName()->
FETokenInfo
;
285
return getAsCXXLiteralOperatorIdName()->
FETokenInfo
;
288
llvm_unreachable("Declaration name has no
FETokenInfo
");
[
all
...]
/external/clang/include/clang/Basic/
IdentifierTable.h
76
void *
FETokenInfo
; // Managed by the language front-end.
257
T *getFETokenInfo() const { return static_cast<T*>(
FETokenInfo
); }
258
void setFETokenInfo(void *T) {
FETokenInfo
= T; }
Completed in 444 milliseconds