OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDependent
(Results
1 - 11
of
11
) sorted by null
/external/clang/include/clang/AST/
Type.h
[
all
...]
ASTContext.h
[
all
...]
/external/clang/lib/Parse/
ParseDeclCXX.cpp
[
all
...]
ParseDecl.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
[
all
...]
SemaTemplate.cpp
254
bool
isDependent
= false;
260
isDependent
= ObjectType->isDependentType();
261
assert((
isDependent
|| !ObjectType->isIncompleteType() ||
274
isDependent
= isDependentScopeSpecifier(SS);
303
} else if (
isDependent
&& (!S || ObjectType.isNull())) {
316
if (Found.empty() && !
isDependent
) {
360
if (
isDependent
)
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 229 milliseconds