OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEnumeralType
(Results
1 - 19
of
19
) sorted by null
/external/clang/include/clang/AST/
CanonicalType.h
255
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isEnumeralType
)
Type.h
[
all
...]
/external/clang/lib/Sema/
AnalysisBasedWarnings.cpp
501
else if (VariableTy->
isEnumeralType
())
SemaCXXScopeSpec.cpp
280
TD->getUnderlyingType()->
isEnumeralType
()))
[
all
...]
SemaCXXCast.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaCodeComplete.cpp
725
!(PreferredType->
isEnumeralType
() && TC->
isEnumeralType
()))
[
all
...]
SemaChecking.cpp
[
all
...]
SemaType.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
241
!Ty->isAnyComplexType() && !Ty->
isEnumeralType
() &&
462
Ty->isAnyComplexType() || Ty->
isEnumeralType
() ||
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Expr.cpp
[
all
...]
ExprConstant.cpp
[
all
...]
Completed in 1368 milliseconds