Home
last modified time | relevance | path

Searched refs:invocation_list_wrong_format (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp130 case index_error_code::invocation_list_wrong_format: in message()
637 index_error_code::invocation_list_wrong_format); in parseInvocationList()
645 index_error_code::invocation_list_wrong_format); in parseInvocationList()
652 index_error_code::invocation_list_wrong_format); in parseInvocationList()
672 index_error_code::invocation_list_wrong_format); in parseInvocationList()
678 index_error_code::invocation_list_wrong_format); in parseInvocationList()
688 index_error_code::invocation_list_wrong_format); in parseInvocationList()
/llvm-project-15.0.7/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h57 invocation_list_wrong_format, enumerator
/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp190 Err.getCode() == index_error_code::invocation_list_wrong_format; in TEST()