Home
last modified time | relevance | path

Searched refs:getBridgeKeywordLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h1660 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp951 Record.AddSourceLocation(E->getBridgeKeywordLoc()); in VisitObjCBridgedCastExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp7419 ExpectedSLoc ToBridgeKeywordLocOrErr = import(OCE->getBridgeKeywordLoc()); in VisitExplicitCastExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h14108 E->getBridgeKeywordLoc(), TSInfo, in TransformObjCBridgedCastExpr()