Home
last modified time | relevance | path

Searched defs:source_location (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dsource_location_err.cpp20 struct source_location { struct
32 struct source_location { struct
33 struct __impl { int x; };
41 struct source_location { struct
51 auto test3 = __builtin_source_location(); // expected-error {{'std::source_location::__impl' must b…
55 struct source_location { struct
65 auto test4 = __builtin_source_location(); // expected-error {{'std::source_location::__impl' must b…
70 struct source_location { struct
71 struct __impl {
78 using BuiltinT = decltype(__builtin_source_location()); // OK.
H A Dsource_location.cpp28 class source_location { class
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-source-location.cpp16 class source_location { class
/llvm-project/clang/test/AST/Interp/
H A Dbuiltin-functions.cpp