Searched refs:VisitStringLiteral (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp310 VisitStringLiteral(S->getAsmString());
314 VisitStringLiteral(S->getOutputConstraintLiteral(I));
319 VisitStringLiteral(S->getInputConstraintLiteral(I));
323 VisitStringLiteral(S->getClobberStringLiteral(I));
1099 void StmtProfiler::VisitStringLiteral(const StringLiteral *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp421 VisitStringLiteral(Node->getAsmString());
438 VisitStringLiteral(Node->getOutputConstraintLiteral(i));
459 VisitStringLiteral(Node->getInputConstraintLiteral(i));
473 VisitStringLiteral(Node->getClobberStringLiteral(i));
1207 void StmtPrinter::VisitStringLiteral(StringLiteral *Str) { function in class:StmtPrinter
2360 VisitStringLiteral(Node->getString());
H A DJSONNodeDumper.cpp1412 void JSONNodeDumper::VisitStringLiteral(const StringLiteral *SL) { function in class:JSONNodeDumper
H A DASTImporter.cpp603 ExpectedStmt VisitStringLiteral(StringLiteral *E);
6600 ExpectedStmt ASTNodeImporter::VisitStringLiteral(StringLiteral *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp7389 bool VisitStringLiteral(const StringLiteral *E) { return Success(E); }
9588 bool VisitStringLiteral(const StringLiteral *E,
9652 return VisitStringLiteral(SL, AllocType);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h302 void VisitStringLiteral(const StringLiteral *SL);
H A DTextNodeDumper.h241 void VisitStringLiteral(const StringLiteral *Str);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1300 llvm::Constant *VisitStringLiteral(StringLiteral *E, QualType T) { function in class:__anon362::ConstExprEmitter
1763 ConstantLValue VisitStringLiteral(const StringLiteral *E);
1916 ConstantLValueEmitter::VisitStringLiteral(const StringLiteral *E) { function in class:ConstantLValueEmitter
H A DCGExprAgg.cpp136 void VisitStringLiteral(StringLiteral *E) { EmitAggLoadOfLValue(E); } function in class:__anon1::AggExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp607 void ASTStmtReader::VisitStringLiteral(StringLiteral *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp650 void ASTStmtWriter::VisitStringLiteral(StringLiteral *E) { function in class:ASTStmtWriter

Completed in 408 milliseconds