OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EST_Uninstantiated
(Results
1 - 9
of
9
) sorted by null
/external/clang/include/clang/Basic/
ExceptionSpecificationType.h
29
EST_Uninstantiated
///< not instantiated yet
41
return ESpecType == EST_Unevaluated || ESpecType ==
EST_Uninstantiated
;
/external/clang/include/clang/AST/
Type.h
[
all
...]
/external/clang/lib/AST/
DumpXML.cpp
990
case
EST_Uninstantiated
: set("exception_spec", "uninstantiated"); break;
Type.cpp
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
ASTWriter.cpp
207
} else if (T->getExceptionSpecType() ==
EST_Uninstantiated
) {
[
all
...]
Completed in 494 milliseconds