HomeSort by relevance Sort by last modified time
    Searched full:userdefinedliteral (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Basic/
StmtNodes.td 105 def UserDefinedLiteral : DStmt<CallExpr>;
  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]
ExprCXX.cpp 730 UserDefinedLiteral::LiteralOperatorKind
731 UserDefinedLiteral::getLiteralOperatorKind() const {
752 Expr *UserDefinedLiteral::getCookedLiteral() {
760 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const {
    [all...]
StmtProfile.cpp 1028 void StmtProfiler::VisitUserDefinedLiteral(const UserDefinedLiteral *S) {
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 338 REGISTER_MATCHER(userDefinedLiteral);
  /external/clang/include/clang/AST/
ExprCXX.h 372 class UserDefinedLiteral : public CallExpr {
377 UserDefinedLiteral(const ASTContext &C, Expr *Fn, ArrayRef<Expr*> Args,
382 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty)
404 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral();
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/docs/
LibASTMatchersReference.html     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 3223 milliseconds