OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFETokenInfoAsVoidSlow
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
DeclarationName.h
163
///
getFETokenInfoAsVoidSlow
- Retrieves the front end-specified pointer
165
void *
getFETokenInfoAsVoidSlow
() const;
279
return static_cast<T*>(
getFETokenInfoAsVoidSlow
());
/external/clang/lib/AST/
DeclarationName.cpp
271
void *DeclarationName::
getFETokenInfoAsVoidSlow
() const {
Completed in 22 milliseconds