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

  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 684 const Expr *Syntactic = POE->getSyntacticForm();
688 if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(Syntactic))
689 Syntactic = BO->getLHS();
692 switch (Syntactic->getStmtClass()) {
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 749 /// \brief When Kind = SK_RewrapInitList, the syntactic form of the
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 216 /// (syntactic) initializer list and the index into that initializer
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 787 // Visit the function declaration's syntactic components in the order
    [all...]

Completed in 404 milliseconds