Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h1670 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1034 Record.AddSourceLocation(E->getBridgeKeywordLoc()); in VisitObjCBridgedCastExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp7960 ExpectedSLoc ToBridgeKeywordLocOrErr = import(OCE->getBridgeKeywordLoc()); in VisitExplicitCastExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h15613 E->getLParenLoc(), E->getBridgeKind(), E->getBridgeKeywordLoc(), TSInfo, in TransformObjCBridgedCastExpr()