OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isTypeDependent
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
MultiInitializer.cpp
47
bool MultiInitializer::
isTypeDependent
() const {
49
return getInitList()->
isTypeDependent
();
51
if ((*I)->
isTypeDependent
())
/external/clang/include/clang/AST/
Expr.h
106
///
isTypeDependent
- Determines whether this expression is
117
bool
isTypeDependent
() const { return ExprBits.TypeDependent; }
[
all
...]
Completed in 31 milliseconds