Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DHLSLExternalSemaSource.h28 using CompletionFunction = std::function<void(CXXRecordDecl *)>; variable
29 llvm::DenseMap<CXXRecordDecl *, CompletionFunction> Completions;
35 void onCompletion(CXXRecordDecl *Record, CompletionFunction Fn);
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dbarrier19 template<class CompletionFunction = see below>
28 CompletionFunction f = CompletionFunction());
41 CompletionFunction completion; // exposition only
273 …"barrier::barrier(ptrdiff_t, CompletionFunction): barrier cannot be initialized with a negative va…
276 "barrier::barrier(ptrdiff_t, CompletionFunction): barrier cannot be initialized with "
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp514 CompletionFunction Fn) { in onCompletion()