OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAlias
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
LLVMCConfigurationEmitter.cpp
192
bool
IsAlias
(OptionType t) {
278
bool
isAlias
() const;
357
bool OptionDescription::
isAlias
() const {
358
return OptionType::
IsAlias
(this->Type);
786
if (OD.
isAlias
()) {
[
all
...]
/external/clang/lib/AST/
ASTImporter.cpp
101
Decl *VisitTypedefNameDecl(TypedefNameDecl *D, bool
IsAlias
);
[
all
...]
Completed in 179 milliseconds