HomeSort by relevance Sort by last modified time
    Searched refs:CompleteTentativeDefinition (Results 1 - 12 of 12) sorted by null

  /external/lldb/include/lldb/Expression/
ASTStructExtractor.h 97 void CompleteTentativeDefinition(clang::VarDecl *D);
ASTResultSynthesizer.h 89 void CompleteTentativeDefinition(clang::VarDecl *D);
  /external/clang/include/clang/AST/
ASTConsumer.h 112 /// CompleteTentativeDefinition - Callback invoked at the end of a translation
121 virtual void CompleteTentativeDefinition(VarDecl *D) {}
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 51 void CompleteTentativeDefinition(VarDecl *D) override;
  /external/lldb/source/Expression/
ASTStructExtractor.cpp 182 ASTStructExtractor::CompleteTentativeDefinition(VarDecl *D)
185 m_passthrough->CompleteTentativeDefinition(D);
ASTResultSynthesizer.cpp 476 ASTResultSynthesizer::CompleteTentativeDefinition(VarDecl *D)
479 m_passthrough->CompleteTentativeDefinition(D);
  /frameworks/compile/slang/
slang_backend.h 173 // CompleteTentativeDefinition - Callback invoked at the end of a translation
176 void CompleteTentativeDefinition(clang::VarDecl *D) override;
slang_backend.cpp 400 void Backend::CompleteTentativeDefinition(clang::VarDecl *D) {
401 mGen->CompleteTentativeDefinition(D);
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 304 void MultiplexConsumer::CompleteTentativeDefinition(VarDecl *D) {
306 Consumer->CompleteTentativeDefinition(D);
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 208 void CompleteTentativeDefinition(VarDecl *D) override {
CodeGenAction.cpp 194 void CompleteTentativeDefinition(VarDecl *D) override {
195 Gen->CompleteTentativeDefinition(D);
  /external/clang/lib/Sema/
Sema.cpp 782 Consumer.CompleteTentativeDefinition(VD);
    [all...]

Completed in 219 milliseconds