HomeSort by: relevance | last modified time | path
    Searched defs:VisitDeclStmt (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp 167 void VisitDeclStmt(DeclStmt *DS);
382 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
UninitializedValues.cpp 288 void VisitDeclStmt(DeclStmt *DS);
371 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) {
490 void VisitDeclStmt(DeclStmt *ds);
772 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
Consumed.cpp 508 void VisitDeclStmt(const DeclStmt *DelcS);
838 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) {
CFG.cpp 567 CFGBlock *VisitDeclStmt(DeclStmt *DS);
2229 return VisitDeclStmt(cast<DeclStmt>(S));
2805 CFGBlock *CFGBuilder::VisitDeclStmt(DeclStmt *DS) {
5248 void VisitDeclStmt(DeclStmt *DS) {
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 371 bool VisitDeclStmt(DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 130 void VisitDeclStmt(DeclStmt *DS);
142 void StringRefCheckerVisitor::VisitDeclStmt(DeclStmt *S) {
MallocSizeofChecker.cpp 101 TypeCallPair VisitDeclStmt(const DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 647 void VisitDeclStmt(const DeclStmt *Node) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 358 void VisitDeclStmt(const DeclStmt *S) {
CGStmtOpenMP.cpp 4207 void VisitDeclStmt(const DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 579 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 3306 void VisitDeclStmt(const DeclStmt *DS) {
3309 Inherited::VisitDeclStmt(DS);
StmtPrinter.cpp 195 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) {
StmtProfile.cpp 231 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 272 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) {
ASTReaderStmt.cpp 341 void ASTStmtReader::VisitDeclStmt(DeclStmt *S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2016 void VisitDeclStmt(const DeclStmt *S);
2697 void EnqueueVisitor::VisitDeclStmt(const DeclStmt *S) {

Completed in 97 milliseconds