HomeSort by: relevance | last modified time | path
    Searched refs:ComputeType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 388 ComputeType = nullptr;
393 ComputeType = nullptr;
397 ComputeType = nullptr;
407 ComputeType = nullptr;
419 ComputeType = nullptr;
425 SourceLocation Tok, llvm::function_ref<QualType()> ComputeType) {
428 this->ComputeType = ComputeType;
556 ComputeType = nullptr;
578 ComputeType = nullptr
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 313 llvm::function_ref<QualType()> ComputeType);
335 if (ComputeType)
336 return ComputeType();
348 llvm::function_ref<QualType()> ComputeType;

Completed in 36 milliseconds